Update src/app/page.tsx

This commit is contained in:
2026-04-20 10:27:21 +00:00
parent 87e1f8f603
commit 0d15a7fe02

View File

@@ -111,9 +111,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="HabitHero"
leftLink={{ text: "Home", href: "/" }}
rightLink={{ text: "About", href: "#" }}
columns={[{ items: [{ label: "Home" }, { label: "About" }] }]}
columns={[{ items: [{ label: "Home", href: "/" }, { label: "About", href: "#" }] }]}
/>
</div>
</ReactLenis>