From 5acdb8b2fc456e81981d7ed0459ed3bcd2cbc5be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 23:19:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8ade80..04c4bb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}