diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bb08f6..fdc0211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,6 +76,7 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} + buttons={[{ text: "Réserver", href: "#contact" }]} products={[ { id: "p1", name: "Filet de Poisson du Jour", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/grilled-charred-octopus_74190-7584.jpg" }, { id: "p2", name: "Pasta aux Saveurs du Sud", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/pasta-creamy-sauce-with-broccoli-grated-parmesan_140725-6762.jpg" }, @@ -155,4 +156,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}