diff --git a/src/components/tailark/block-preview.tsx b/src/components/tailark/block-preview.tsx index f1b6cc4..797e49e 100644 --- a/src/components/tailark/block-preview.tsx +++ b/src/components/tailark/block-preview.tsx @@ -219,11 +219,11 @@ export const BlockPreview: React.FC = ({ {' '} )} - + */} , - href: Routes.MagicuiBlocks, - external: false, - }, - { - title: t('blocks.items.hero-section.title'), - icon: , - href: Routes.HeroBlocks, - external: false, - }, - { - title: t('blocks.items.logo-cloud.title'), - icon: , - href: Routes.LogoCloudBlocks, - external: false, - }, - { - title: t('blocks.items.features.title'), - icon: , - href: Routes.FeaturesBlocks, - external: false, - }, - { - title: t('blocks.items.integrations.title'), - icon: , - href: Routes.IntegrationsBlocks, - external: false, - }, - { - title: t('blocks.items.content.title'), - icon: , - href: Routes.ContentBlocks, - external: false, - }, - { - title: t('blocks.items.stats.title'), - icon: , - href: Routes.StatsBlocks, - external: false, - }, - { - title: t('blocks.items.team.title'), - icon: , - href: Routes.TeamBlocks, - external: false, - }, - { - title: t('blocks.items.testimonials.title'), - icon: , - href: Routes.TestimonialsBlocks, - external: false, - }, - { - title: t('blocks.items.callToAction.title'), - icon: , - href: Routes.CallToActionBlocks, - external: false, - }, - { - title: t('blocks.items.footer.title'), - icon: , - href: Routes.FooterBlocks, - external: false, - }, - { - title: t('blocks.items.pricing.title'), - icon: , - href: Routes.PricingBlocks, - external: false, - }, - { - title: t('blocks.items.comparator.title'), - icon: , - href: Routes.ComparatorBlocks, - external: false, - }, - { - title: t('blocks.items.faq.title'), - icon: , - href: Routes.FAQBlocks, - external: false, - }, - { - title: t('blocks.items.login.title'), - icon: , - href: Routes.LoginBlocks, - external: false, - }, - { - title: t('blocks.items.signup.title'), - icon: , - href: Routes.SignupBlocks, - external: false, - }, - { - title: t('blocks.items.forgot-password.title'), - icon: , - href: Routes.ForgotPasswordBlocks, - external: false, - }, - { - title: t('blocks.items.contact.title'), - icon: , - href: Routes.ContactBlocks, - external: false, - }, - ], - }, + // { + // title: t('blocks.title'), + // items: [ + // { + // title: t('blocks.items.magicui.title'), + // icon: , + // href: Routes.MagicuiBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.hero-section.title'), + // icon: , + // href: Routes.HeroBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.logo-cloud.title'), + // icon: , + // href: Routes.LogoCloudBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.features.title'), + // icon: , + // href: Routes.FeaturesBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.integrations.title'), + // icon: , + // href: Routes.IntegrationsBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.content.title'), + // icon: , + // href: Routes.ContentBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.stats.title'), + // icon: , + // href: Routes.StatsBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.team.title'), + // icon: , + // href: Routes.TeamBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.testimonials.title'), + // icon: , + // href: Routes.TestimonialsBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.callToAction.title'), + // icon: , + // href: Routes.CallToActionBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.footer.title'), + // icon: , + // href: Routes.FooterBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.pricing.title'), + // icon: , + // href: Routes.PricingBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.comparator.title'), + // icon: , + // href: Routes.ComparatorBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.faq.title'), + // icon: , + // href: Routes.FAQBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.login.title'), + // icon: , + // href: Routes.LoginBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.signup.title'), + // icon: , + // href: Routes.SignupBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.forgot-password.title'), + // icon: , + // href: Routes.ForgotPasswordBlocks, + // external: false, + // }, + // { + // title: t('blocks.items.contact.title'), + // icon: , + // href: Routes.ContactBlocks, + // external: false, + // }, + // ], + // }, ]; }