From 43f7c28c7415f567ce4821aa865ed25c1ddb5de6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:48:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}