From 25b4620ec86805ce839f09c47ba9d9202eab58da Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:29:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c7b170..a2953d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,6 +85,8 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} title="Signature Collection" + description="Our finest selections." + textboxLayout="default" products={[ { id: "p1", name: "Briouats au Fromage", price: "95 DH", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg" }, { id: "p2", name: "Agneau Confit", price: "280 DH", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg" } @@ -95,6 +97,8 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} title="Seasonal Specials" + description="Fresh ingredients of the season." + textboxLayout="default" products={[ { id: "p3", name: "Moelleux Chocolat", price: "95 DH", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg" } ]} -- 2.49.1