Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-05 16:43:48 +00:00

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>
);
}
}