Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-21 07:42:48 +00:00

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>
);
}
}