6 Commits

Author SHA1 Message Date
d5e124856c Update src/app/page.tsx 2026-05-11 10:38:02 +00:00
a170907877 Merge version_2 into main
Merge version_2 into main
2026-05-11 10:36:22 +00:00
ba4e0af8cf Update src/app/page.tsx 2026-05-11 10:36:16 +00:00
76f7dea2d6 Merge version_1 into main
Merge version_1 into main
2026-05-11 10:31:33 +00:00
04c322262d Merge version_1 into main
Merge version_1 into main
2026-05-11 10:30:59 +00:00
5ad82a596d Merge version_1 into main
Merge version_1 into main
2026-05-11 10:30:19 +00:00

View File

@@ -51,6 +51,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
title="A Garden Oasis in Hyderabad"
description="Experience European charm, global flavors, and refined cocktails in our airy terrace and garden venue."
buttons={[{ text: "Book a Table", href: "#contact" }]}
testimonials={[
{
name: "Sarah J.", handle: "@sarah_foodie", testimonial: "I love the food, the ambience, the service, the overall vibe of that place.", rating: 5,
@@ -135,6 +136,7 @@ export default function LandingPage() {
{
id: "6", name: "Nachos", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg"},
]}
buttons={[{ text: "View Full Menu", href: "/menu" }]}
title="Popular Bites"
description="Hand-picked favorites from our European kitchen."
/>
@@ -246,4 +248,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}