Update src/app/page.tsx

This commit is contained in:
2026-04-05 16:43:42 +00:00
parent e576d19c54
commit 409564ef8b

View File

@@ -133,11 +133,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Yoz Yogurt"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2024 Yoz Yogurt", href: "#" }}
leftLink={{ text: "Privacy Policy" }}
rightLink={{ text: "© 2024 Yoz Yogurt" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}