From 18916c7d004bcb97461d20a623983c753d96fc76 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 18:28:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83379f8..d559354 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Ocean Basket" description="Mediterranean-inspired seafood with a passion for freshness and family sharing." - buttons={[{ text: "Explore Menu", href: "#products" }]} + buttons={[{ text: "View Today's Specials", href: "#products" }]} carouselItems={[ { id: "1", imageSrc: "https://img.b2bpic.net/free-photo/grilled-salmon-fish-plate_1398-4549.jpg", imageAlt: "Grilled Salmon" }, { id: "2", imageSrc: "https://img.b2bpic.net/free-photo/calamari-ring_74190-4730.jpg", imageAlt: "Calamari" }, -- 2.49.1