Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user