import React from 'react'; import Link from 'next/link'; import questions from '@/data/faq.json'; import { componentsCount, iconsUrl } from '@/config/site'; import Features from '@/components/Features'; import ResponsiveImage from '@/components/ResponsiveImage'; import SectionDivider from '@/components/SectionDivider'; import Shape from '@/components/Shape'; import Testimonials from '@/components/layout/Testimonials'; import TestimonialsShare from '@/components/layout/TestimonialsShare'; import HeroUi from '@/components/layout/hero/Ui'; import { sponsors } from '@/config/sponsors'; export const metadata = { title: 'Premium dashboard template with responsive and high quality UI', description: 'Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!', }; const benefits = [ 'Fully responsive', 'Based on Bootstrap 5', 'Built with Sass', 'Detailed documentation', 'MIT license', 'Customizable', `${componentsCount}+ UI components`, 'Multiple layouts', 'Dark mode', 'Premium vector icons', ]; const FAQ = () => { return (
Frequently asked questions

Can’t find the answer you’re looking for? Reach out to our customer support team.

{questions.map((question, i) => (
{question.question}
{question.answer}
))}
Read more questions
); }; const Projects = () => { return (

Section title

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

Tabler Icons

Brilliant Toolkit to Build Nextgen Website Faster.

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo perferendis, repellat! Asperiores ducimus esse nobis quaerat sed! Delectus eius illum incidunt minus neque, quos ratione reiciendis voluptatum. Odio quia, similique.

Browse icons More info
Tabler Emails

Brilliant Toolkit to Build Nextgen Website Faster.

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo perferendis, repellat! Asperiores ducimus esse nobis quaerat sed! Delectus eius illum incidunt minus neque, quos ratione reiciendis voluptatum. Odio quia, similique.

); }; const Sponsors = () => { return (

The project was made possible thanks to wonderful sponsors:

{sponsors.map((sponsor, i) => (
))}
); }; export default async function HomePage() { const features = [ { icon: 'brand-github', title: 'Free and open source', description: 'A big choice of free UI elements and layouts in one efficient, open source solution', }, { icon: 'brand-bootstrap', title: 'Based on Bootstrap 5', description: 'Based on the latest version of Bootstrap, Tabler is a UI Kit of the future', }, { icon: 'brand-html5', title: 'Modern design', description: 'Beautiful, fully responsive UI elements that will make your design modern and user-friendly', }, ]; const highlighCode = `

Loving Tabler? Get to know our set of {iconsCount} free vector icons!

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eligendi ex facere impedit nostrum obcaecati. Ipsam, magnam nam nihil quisquam repellendus tempora. Dicta dignissimos ex laudantium reiciendis sapiente ut voluptate voluptatibus?

Read more about icons
`; return ( <> {/**/} {/*
*/}

Benefit from Tabler’s top-notch features

{/*

*/} {/* Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur*/} {/* deleniti dicta, earum eligendi exercitationem itaque molestias nobis non optio perspiciatis*/} {/* placeat possimus praesentium rerum tempora tempore totam vel. Autem, repudiandae!*/} {/*

*/}
{benefits.map((benefit, i) => (
{benefit}
))}

Multiple Demos

6 Pre-built layout options to cater needs of modern web applications. Ready-to-use UI elements enable to develop modern web application with great speed

Create a perfect interface. Make your life easier.

Designed with users in mind

Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern, user-friendly design you can create a fully functional interface that users will love. Every UI element has been created with attention to detail to make your interface beautiful!

Built for developers

Having in mind what it takes to write high-quality code, we want to help you speed up the development process and keep your code clean. Based on Bootstrap 5, Tabler is a cutting-edge solution, compatible with all modern browsers and fully responsive.

Fully customizable

You can easily customize the UI elements to make them fit the needs of your project. And don’t worry if you don’t have much experience - Tabler is easy to get started!

Dark theme whenever you need it ✨

Change default variant when you need

Tabler is a beautiful dashboard that comes in 2 versions: Dark and Light Mode. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.

All components available in dark mode

Tabler contains a vast collection of assorted reusable dark UI components, page layouts, charts, tables, UI elements, and icons.

A lot of reasons why dark theme are used widely

Dark mode saves battery life and can reduce eye fatigue in low-light conditions. The high contrast between text and background reduces eye fatigue, and the dark screen helps you focus your eyes longer and helps your brain keep more attention on the screen.

Trusted by hundreds

Our Users send us bunch of smilies with our services, and we love them 😍

{/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*

*/} {/* Loving Tabler? Get to know our set of {iconsCount} free vector icons!*/} {/*

*/} {/*

*/} {/* Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eligendi ex facere impedit nostrum*/} {/* obcaecati. Ipsam, magnam nam nihil quisquam repellendus tempora. Dicta dignissimos ex laudantium*/} {/* reiciendis sapiente ut voluptate voluptatibus?*/} {/*

*/} {/*
*/} {/* */} {/* Read more about icons*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* “UI Prep has been instrumental in our agency work. UI Prep helps us start at 60% instead of 0%. It’s comprehensive, organized, and very*/} {/* thoughtfully designed. I could not recommend this more.”*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
Jon Moore
*/} {/*
Principal Product Designer at Innovate map
*/} {/*
*/} {/* */} {/* */} {/* */} {/* */} {/* */} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

*/} {/* Loving Tabler? Get to know our set of {iconsCount} free vector icons!*/} {/*

*/} {/*

*/} {/* Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eligendi ex facere impedit nostrum*/} {/* obcaecati. Ipsam, magnam nam nihil quisquam repellendus tempora. Dicta dignissimos ex laudantium*/} {/* reiciendis sapiente ut voluptate voluptatibus?*/} {/*

*/} {/*
*/} {/* */} {/* Read more about icons*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* */} {/* {highlighCode}*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/**/} {/**/} ); } HomePage.bodyClass = 'xxx';