From 1d1075a8b3d77446ab48ffa6fa4479fa209f06c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:30:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +}