2 Commits

Author SHA1 Message Date
01ab3f5b17 Update src/app/page.tsx 2026-05-08 20:09:36 +00:00
4cbc9167e5 Merge version_3 into main
Merge version_3 into main
2026-05-08 20:08:17 +00:00

View File

@@ -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}`,