import ResponsiveImage from '@/components/ResponsiveImage'; import features from '@/data/features'; export const metadata = { title: 'Tabler Features', description: 'Explore the powerful and versatile features of Tabler. Simplify tasks, boost productivity, and enhance your experience. Discover Tabler today!', }; export default function FeaturesPage() { return (

Some examples built with Tabler

Get everything you need for building amazing websites

{features.map( (feature, i) => !feature.hide && (

{feature.title}

{feature.description}

) )}
{/*
*/} {/* */} {/*
*/}
); }