diff --git a/src/app/page.tsx b/src/app/page.tsx index f07c4af..791c5ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." />