Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-10 06:18:07 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Where Colonial Elegance Meets Modern Serenity"
description="Experience Tea Villa—a sanctuary of pastel luxury, gourmet vegetarian cuisine, and Instagram-perfect moments nestled in Jayanagar's heart. Every corner whispers romance; every cup tells a story."
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
buttons={[{ text: "Reserve Your Table Now", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg"
mediaAnimation="blur-reveal"
avatars={[
@@ -185,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}