From c2fc5ada8b80229c68219b1cf637723efebf8ff1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 07:42:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eecfa4a..70eba3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,6 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Kanyakumari" - button={{ text: "Reserve Table", href: "#contact" }} /> @@ -47,7 +46,6 @@ export default function LandingPage() { logoText="Kanyakumari" description="Experience the timeless heritage and authentic flavors of South Indian culinary tradition in a refined, premium setting." buttons={[ - { text: "Reserve Table", href: "#contact" }, { text: "View Menu", href: "#menu" }, ]} slides={[ @@ -175,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file