From 904b5ea08a665654527b39cd032d9bed48e0ef6f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:35:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ced53ef..7742048 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} title="Where Taste Meets Tradition in Bahrain" description="Experience Chef Steve's latest culinary journey. From our legendary fish and chips to artisanal Turkish eggs, discover the cozy flavors that the island is talking about." - buttons={[{ text: "View Menu", href: "#products" }, { text: "Book a Table", href: "#contact" }]} + buttons={[{ text: "Browse Our Seasonal Menu", href: "#products" }, { text: "Book a Table", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055814.jpg" imageAlt="CHEF Bahrain signature dishes" mediaAnimation="blur-reveal" @@ -194,4 +194,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1