5 Commits

Author SHA1 Message Date
42d60225a3 Merge version_4 into main
Merge version_4 into main
2026-05-08 18:26:21 +00:00
39bf95e468 Update src/app/page.tsx 2026-05-08 18:26:18 +00:00
51ad77d3d8 Merge version_3 into main
Merge version_3 into main
2026-05-08 18:25:28 +00:00
397157318c Update src/app/page.tsx 2026-05-08 18:25:25 +00:00
eb0316d4c3 Merge version_2 into main
Merge version_2 into main
2026-05-08 18:24:20 +00:00

View File

@@ -94,6 +94,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
buttons={[{ text: "View Full Menu", href: "#menu" }]}
products={[ products={[
{ id: "p1", brand: "Main Course", name: "Chef Signature Steak", price: "$35", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c6sce7", imageAlt: "gourmet plate presentation" }, { id: "p1", brand: "Main Course", name: "Chef Signature Steak", price: "$35", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c6sce7", imageAlt: "gourmet plate presentation" },
{ id: "p2", brand: "Appetizer", name: "Seasonal Antipasto", price: "$18", rating: 4, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0tqdap", imageAlt: "restaurant appetizer specialty" }, { id: "p2", brand: "Appetizer", name: "Seasonal Antipasto", price: "$18", rating: 4, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0tqdap", imageAlt: "restaurant appetizer specialty" },
@@ -158,7 +159,7 @@ export default function LandingPage() {
tag="Visit Us" tag="Visit Us"
title="Book Your Dining Experience" title="Book Your Dining Experience"
description="Ready for an exceptional meal? Contact us today to secure your table." description="Ready for an exceptional meal? Contact us today to secure your table."
buttons={[{ text: "Contact Us Now", href: "#" }]} buttons={[{ text: "Reserve Your Table", href: "#" }]}
/> />
</div> </div>
@@ -185,4 +186,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }