Update src/app/page.tsx

This commit is contained in:
2026-05-13 18:53:16 +00:00
parent 52389a6afd
commit c03818f0bb

View File

@@ -114,7 +114,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Quick Links", items: [{ label: "Menu", href: "/menu" }, { label: "Order", href: "/contact" }] }
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "Order", href: "/contact" }] }
]}
bottomLeftText="© 2024 Karamel's Cafe"
bottomRightText="123 Cafe Street, Coffee Town"
@@ -123,4 +123,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}