From 6ca792b605375ca9d029dd9a3405c960f582256d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:20:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." /> -- 2.49.1