Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 09:04:36 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "plain" }}
title="An Unforgettable Dining Experience in Nairobi"
title="Authentic Culinary Excellence in the Heart of Nairobi"
description="Discover a fusion of flavors at Cotton Tree Eatery & Bar. Where luxury meets warmth in the heart of the city."
buttons={[{ text: "Book a Table", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/expensive-restaurant-interior-view-with-colorful-illuminating_114579-1118.jpg"
@@ -192,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}