diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ff5aa..7c8d26d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,6 +94,7 @@ export default function LandingPage() { textboxLayout="split" gridVariant="uniform-all-items-equal" useInvertedBackground={true} + buttons={[{ text: "View Full Menu", href: "#menu" }]} 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: "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" },