From 168c06ab3804581eee508c23bef44692f875f4c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 12:53:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a634cdd..f450f8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,9 +125,10 @@ export default function LandingPage() { @@ -178,12 +179,14 @@ export default function LandingPage() { { title: "Info", items: [ { label: "About", href: "#about" }, - { label: "Menu", href: "#products" } + { label: "Menu", href: "#products" }, + { label: "Visit", href: "#contact" } ] }, { title: "Contact", items: [ - { label: "Book", href: "#contact" }, + { label: "(555) 123-4567", href: "tel:+15551234567" }, + { label: "hello@starrock.com", href: "mailto:hello@starrock.com" }, { label: "Careers", href: "#" } ] }, @@ -200,4 +203,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1