diff --git a/src/app/page.tsx b/src/app/page.tsx
index eca759f..f17c700 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,52 +41,20 @@ export default function LandingPage() {
@@ -110,20 +66,11 @@ export default function LandingPage() {
title="Notre Héritage"
description="Yallah Habibi n'est pas juste un restaurant, c'est une célébration de la culture irakienne. Chaque plat est préparé selon des recettes familiales transmises de génération en génération, avec cette touche unique du feu de bois qui transforme un simple repas en un voyage sensoriel."
bulletPoints={[
- {
- title: "Tradition",
- description: "Des recettes authentiques d'Irak.",
- },
- {
- title: "Qualité",
- description: "Grillades au charbon de bois frais.",
- },
- {
- title: "Hospitalité",
- description: "Une ambiance familiale et chaleureuse.",
- },
+ { title: "Tradition", description: "Des recettes authentiques d'Irak." },
+ { title: "Qualité", description: "Grillades au charbon de bois frais." },
+ { title: "Hospitalité", description: "Une ambiance familiale et chaleureuse." }
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hf1rnf6s.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hf1rnf6s.png"
imageAlt="Cuisine irakienne traditionnelle"
mediaAnimation="slide-up"
/>
@@ -136,42 +83,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Shish Taouk",
- price: "24$",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-onions-herbs-wooden-board_140725-10165.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "Mix Grill Irakien",
- price: "32$",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tike-kebab-skewers-pita-bread-with-vegetable-salad-ketchup_141793-4251.jpg?_wi=1",
- },
- {
- id: "p3",
- name: "Kebab Traditionnel",
- price: "26$",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-black-plate_84443-94427.jpg",
- },
- {
- id: "p4",
- name: "Grillades au charbon",
- price: "28$",
- imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg",
- },
- {
- id: "p5",
- name: "Assiette familiale",
- price: "55$",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-cuts-tobacco-pita-bread-with-sauce-onions_141793-4266.jpg",
- },
- {
- id: "p6",
- name: "Riz parfumé",
- price: "18$",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dushpara-with-pomegranate-seeds-vinegar-dough-board-table_176474-3346.jpg",
- },
+ { id: "p1", name: "Shish Taouk", price: "24$", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-onions-herbs-wooden-board_140725-10165.jpg" },
+ { id: "p2", name: "Mix Grill Irakien", price: "32$", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tike-kebab-skewers-pita-bread-with-vegetable-salad-ketchup_141793-4251.jpg" },
+ { id: "p3", name: "Kebab Traditionnel", price: "26$", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-black-plate_84443-94427.jpg" },
+ { id: "p4", name: "Grillades au charbon", price: "28$", imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg" },
+ { id: "p5", name: "Assiette familiale", price: "55$", imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-cuts-tobacco-pita-bread-with-sauce-onions_141793-4266.jpg" },
+ { id: "p6", name: "Riz parfumé", price: "18$", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dushpara-with-pomegranate-seeds-vinegar-dough-board-table_176474-3346.jpg" }
]}
title="Menu Signature"
description="Découvrez nos plats emblématiques préparés avec passion."
@@ -180,25 +97,14 @@ export default function LandingPage() {