Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01ab3f5b17 | |||
| 4cbc9167e5 |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Coastal Dining Refined"
|
title="Coastal Dining Refined"
|
||||||
description="Experience the freshest catch and local flavors at Thompson's Cove, where ocean views meet exceptional culinary craft."
|
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) => ({
|
carouselItems={Array.from({ length: 6 }).map((_, i) => ({
|
||||||
id: (i + 1).toString(),
|
id: (i + 1).toString(),
|
||||||
imageSrc: `https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=${1000 + i}`,
|
imageSrc: `https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=${1000 + i}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user