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" } ]}