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 +}