diff --git a/src/app/page.tsx b/src/app/page.tsx index 6692b19..7269f5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,9 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Elevate Your Evening" description="The ultimate rooftop destination in Dar es Salaam for premium views, exquisite meat dishes, and a relaxed, chill atmosphere. Open 24/7." + buttons={[ + { text: "Book Your Table", href: "#contact" } + ]} testimonials={[ { name: "Sarah J.", handle: "@sarah_j", testimonial: "The best rooftop views in the city. Truly a chill vibe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/soda-with-slice-lemon_1203-560.jpg?_wi=1", imageAlt: "rooftop lounge sunset view" }, { name: "Mark D.", handle: "@markd", testimonial: "Fantastic food and even better service. My favorite spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429901.jpg", imageAlt: "rooftop lounge sunset view" }, @@ -174,4 +177,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}