Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e4541d002 | |||
| 4bf15c3a98 | |||
| 6e15d8f8a5 |
@@ -51,7 +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" }]}
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user