Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
))}
|
||||
</div>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={t.nav.map((name, i) => ({ 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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user