Update src/app/page.tsx

This commit is contained in:
2026-05-11 16:24:09 +00:00
parent 8094fd7e87
commit 9b5469a32a

View File

@@ -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>