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