Update src/app/page.tsx
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user