diff --git a/src/app/page.tsx b/src/app/page.tsx index eacbdda..25ec9ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function Page() { const navItems = [{ name: 'Home', id: '/' }]; return ( - + @@ -40,6 +40,7 @@ export default function Page() { animationType="blur-reveal" features={[{ id: '1', title: 'Quality', description: 'Best materials', tag: 'Top' }, { id: '2', title: 'Design', description: 'Modern aesthetics', tag: 'New' }]} textboxLayout="default" + useInvertedBackground={false} />