Update src/app/page.tsx

This commit is contained in:
2026-05-21 07:42:42 +00:00
parent 4413598a06
commit c2fc5ada8b

View File

@@ -38,7 +38,6 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="Kanyakumari"
button={{ text: "Reserve Table", href: "#contact" }}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}