From bb21b82ace3ea72bc49447ea45606bf401f8d5eb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:23:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6880c9..54d7f0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "View Our Menu", href: "#menu"}, { - text: "Book a reservation", href: "#contact"}, + text: "Book a reservation", href: "https://saigonsistersvncuisine.com.au"}, ]} imageSrc="http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg" avatars={[ @@ -177,10 +177,10 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "canvas-reveal"}} - text="Visit us at Saigon Sisters for an unforgettable Vietnamese culinary journey." + text="Visit us at Saigon Sisters for an unforgettable Vietnamese culinary journey. Call us: (03) 6280 1118. Find us at 82C7+PJ Thomastown, Victoria." buttons={[ { - text: "Book Your Table", href: "tel:5550199"}, + text: "Book Your Table", href: "https://saigonsistersvncuisine.com.au"}, ]} /> @@ -198,6 +198,14 @@ export default function LandingPage() { label: "Contact", href: "#contact"}, ], }, + { + title: "Connect", items: [ + { + label: "(03) 6280 1118", href: "tel:0362801118"}, + { + label: "saigonsistersvncuisine.com.au", href: "https://saigonsistersvncuisine.com.au"}, + ], + }, { title: "Legal", items: [ { -- 2.49.1