Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e4541d002 | |||
| 4bf15c3a98 | |||
| 6e15d8f8a5 | |||
| d5e124856c | |||
| a170907877 | |||
| ba4e0af8cf | |||
| 76f7dea2d6 | |||
| 04c322262d | |||
| 5ad82a596d |
@@ -51,6 +51,10 @@ 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" },
|
||||
{ text: "Reserve a Table", onClick: () => { window.location.hash = "#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 +139,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 +251,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user