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-20 23:19:28 +00:00

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
description="Where Mama Oliech's legendary tilapia and authentic Kenyan soul have welcomed icons and locals alike for generations. Reserve your seat at the table that built a nation's taste."
tag="Iconic Culinary Landmark"
buttons={[
{ text: "Reserve Your Table", href: "#contact" },
{ text: "Explore the Menu", href: "#products" },
{ text: "Book a Table Now", href: "#contact" },
{ text: "Join the Waitlist", href: "#contact" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-fish-with-vegetables-pickled-ginger-slices-soy-sauce-plate-rustic_141793-11650.jpg", imageAlt: "fried tilapia fish plate" },
@@ -194,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}