diff --git a/src/app/page.tsx b/src/app/page.tsx
index fd42273..f946bb8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,66 +46,41 @@ export default function LandingPage() {
@@ -135,59 +102,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- brand: "Plat",
- name: "Signature Avesnois",
- price: "22€",
- rating: 5,
- reviewCount: "120",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyXWRT9fDdNd9lFFfy3KgLJVd9/uploaded-1777359139761-u6itw6rm.png",
- },
+ id: "1", brand: "Plat", name: "Signature Avesnois", price: "22€", rating: 5,
+ reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyXWRT9fDdNd9lFFfy3KgLJVd9/uploaded-1777359139761-u6itw6rm.png"},
{
- id: "2",
- brand: "Entrée",
- name: "Fraîcheur du Terroir",
- price: "14€",
- rating: 4,
- reviewCount: "85",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyXWRT9fDdNd9lFFfy3KgLJVd9/uploaded-1777359139761-tgwcdaji.png",
- },
+ id: "2", brand: "Entrée", name: "Fraîcheur du Terroir", price: "14€", rating: 4,
+ reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyXWRT9fDdNd9lFFfy3KgLJVd9/uploaded-1777359139761-tgwcdaji.png"},
{
- id: "3",
- brand: "Plat",
- name: "Légumes Rôtis",
- price: "18€",
- rating: 5,
- reviewCount: "95",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyXWRT9fDdNd9lFFfy3KgLJVd9/uploaded-1777359139761-5uzf8k6b.png",
- },
+ id: "3", brand: "Plat", name: "Légumes Rôtis", price: "18€", rating: 5,
+ reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyXWRT9fDdNd9lFFfy3KgLJVd9/uploaded-1777359139761-5uzf8k6b.png"},
{
- id: "4",
- brand: "Dessert",
- name: "Douceur Française",
- price: "9€",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-baked-vegetables-ham-sandwiches_7502-7403.jpg",
- },
+ id: "4", brand: "Dessert", name: "Douceur Française", price: "9€", rating: 5,
+ reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/healthy-baked-vegetables-ham-sandwiches_7502-7403.jpg"},
{
- id: "5",
- brand: "Boisson",
- name: "Sélection des Vignes",
- price: "6€",
- rating: 4,
- reviewCount: "50",
- imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-red-velvet-cake-dessert_74190-5911.jpg",
- },
+ id: "5", brand: "Boisson", name: "Sélection des Vignes", price: "6€", rating: 4,
+ reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-red-velvet-cake-dessert_74190-5911.jpg"},
{
- id: "6",
- brand: "Plat",
- name: "La Tradition",
- price: "20€",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/pancake-breakfast_1203-9048.jpg",
- },
+ id: "6", brand: "Plat", name: "La Tradition", price: "20€", rating: 5,
+ reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pancake-breakfast_1203-9048.jpg"},
]}
title="Nos spécialités"
description="Découvrez nos plats signatures préparés avec passion."
@@ -196,30 +127,16 @@ export default function LandingPage() {