diff --git a/src/app/page.tsx b/src/app/page.tsx index a6dcd1d..faa11a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,96 +29,38 @@ export default function LandingPage() {
@@ -130,85 +72,20 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Spécialité", - name: "Cheesecakes", - price: "Gourmand", - rating: 5, - reviewCount: "120 avis", - imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake_1232-2719.jpg?_wi=1", - }, + id: "1", brand: "Classique", name: "Burger Signature", price: "12.00$", rating: 5, + reviewCount: "150 avis", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fries_23-2149196233.jpg?_wi=1"}, { - id: "2", - brand: "Artisan", - name: "Pâtisseries", - price: "Créatif", - rating: 5, - reviewCount: "85 avis", - imageSrc: "http://img.b2bpic.net/free-photo/purple-cookies_1157-774.jpg?_wi=1", - }, + id: "2", brand: "Fusion", name: "Tacos Mexicains", price: "9.00$", rating: 4, + reviewCount: "98 avis", imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2149196233.jpg?_wi=1"}, { - id: "3", - brand: "Fraîcheur", - name: "Crèmerie", - price: "Artisanal", - rating: 5, - reviewCount: "92 avis", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-sweet-cake-top-view_23-2148395223.jpg?_wi=1", - }, + id: "3", brand: "Fraîcheur", name: "Bowl Santé", price: "14.00$", rating: 5, + reviewCount: "112 avis", imageSrc: "http://img.b2bpic.net/free-photo/bowl_23-2149196233.jpg?_wi=1"}, { - id: "4", - brand: "Café", - name: "Boissons", - price: "Barista", - rating: 5, - reviewCount: "140 avis", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-glass-counter_23-2147893016.jpg", - }, + id: "4", brand: "Gourmand", name: "Poutine classique", price: "10.00$", rating: 5, + reviewCount: "200 avis", imageSrc: "http://img.b2bpic.net/free-photo/poutine_23-2149196233.jpg?_wi=1"}, ]} - title="Nos spécialités" - description="Découvrez notre sélection raffinée de douceurs préparées chaque matin." - /> - - -
-
@@ -216,12 +93,11 @@ export default function LandingPage() { @@ -229,37 +105,22 @@ export default function LandingPage() { ); -} +} \ No newline at end of file