diff --git a/src/app/page.tsx b/src/app/page.tsx index d5ff159..c2520c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { ))} ({ name, id: ['hero', 'services', 'team', 'contact'][i] }))} + navItems={t.nav.map((name, i) => ({ name, id: ['hero', 'services', 'team', 'contact'][i] || 'contact' }))} brandName={t.footer.logo} /> @@ -95,6 +95,7 @@ export default function LandingPage() { description={t.services.desc} features={t.services.features.map((f, i) => ({ id: (i+1).toString(), title: f.title, subtitle: f.sub, category: f.cat, value: f.val }))} animationType="slide-up" + textboxLayout="default" useInvertedBackground={false} /> @@ -140,7 +141,6 @@ export default function LandingPage() { sideDescription={t.faq.desc} faqs={t.faq.items.map((i, idx) => ({ id: (idx+1).toString(), title: i.q, content: i.a }))} faqsAnimation="slide-up" - textboxLayout="default" useInvertedBackground={false} />