2 Commits

Author SHA1 Message Date
6ca792b605 Update src/app/page.tsx 2026-04-15 16:20:18 +00:00
0995199868 Merge version_1 into main
Merge version_1 into main
2026-04-15 16:19:23 +00:00

View File

@@ -152,7 +152,7 @@ export default function LandingPage() {
logoText="The Cozy Nook"
columns={[
{ title: "Quick Links", items: [{ label: "Menu", href: "#products" }, { label: "About", href: "#about" }] },
{ title: "Contact", items: [{ label: "Location", href: "#" }, { label: "Call Us", href: "tel:+" }] },
{ title: "Contact", items: [{ label: "Location", href: "#" }, { label: "Call Us", href: "tel:+ " }] },
]}
copyrightText="© 2024 The Cozy Nook. All rights reserved."
/>