Update src/app/page.tsx
This commit is contained in:
@@ -95,7 +95,6 @@ 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>
|
||||
@@ -160,7 +159,6 @@ export default function LandingPage() {
|
||||
logoText={t.footer.logo}
|
||||
leftLink={{ text: t.footer.left, href: "#" }}
|
||||
rightLink={{ text: t.footer.right, href: "#" }}
|
||||
columns={[{ title: "Links", items: [{ label: t.footer.left, href: "#" }, { label: t.footer.right, href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user