From 501eda88833f9e0403bba9d8bc2a0769e0b29339 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:04:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 +++++++++-------------------------------------- 1 file changed, 30 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f694bf1..e1ff961 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,69 +30,38 @@ export default function LandingPage() {
@@ -238,37 +153,25 @@ export default function LandingPage() { { items: [ { - label: "Call Us: (437) 608-0202", - href: "tel:+14376080202", - }, + label: "Call Us: (437) 608-0202", href: "tel:+14376080202"}, { - label: "27 Main St N, Brampton, ON", - href: "https://maps.google.com/?q=27+Main+St+N+Brampton+ON", - }, + label: "27 Main St N, Brampton, ON", href: "https://maps.google.com/?q=27+Main+St+N+Brampton+ON"}, ], }, { items: [ { - label: "Full Menu", - href: "#menu", - }, + label: "Full Menu", href: "#menu"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1