Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-18 13:30:52 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}