From 01ab3f5b17ef9ae6fcd2dd43502be6497bd9d4db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 20:09:36 +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 26803f1..f473ca3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Coastal Dining Refined" description="Experience the freshest catch and local flavors at Thompson's Cove, where ocean views meet exceptional culinary craft." - buttons={[{ text: "Book Your Table", href: "#contact" }]} + buttons={[{ text: "Reserve Your Coastal Table", href: "#contact" }]} carouselItems={Array.from({ length: 6 }).map((_, i) => ({ id: (i + 1).toString(), imageSrc: `https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=${1000 + i}`,