diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0cfecae..d96f993 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,19 +44,14 @@ export default function LandingPage() {
@@ -91,23 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Classic Lab",
- price: "22 DT",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-4624.jpg",
- },
+ id: "p1", name: "Classic Lab", price: "22 DT", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTwWjEMxEWtmAn62EBhhzJtQAG/uploaded-1774791391649-7pix8116.png"},
{
- id: "p2",
- name: "Crispy Chicken",
- price: "25 DT",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-burger_23-2151950567.jpg",
- },
+ id: "p2", name: "Crispy Chicken", price: "25 DT", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTwWjEMxEWtmAn62EBhhzJtQAG/uploaded-1774791391650-ns0ujov5.png"},
{
- id: "p3",
- name: "Double Cheese",
- price: "28 DT",
- imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039334.jpg",
- },
+ id: "p3", name: "Double Cheese", price: "28 DT", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTwWjEMxEWtmAn62EBhhzJtQAG/uploaded-1774791391650-5xwe06ks.png"},
]}
title="Notre Menu Gourmet"
description="Des burgers savoureux préparés à la commande (20–30 DT)."
@@ -122,45 +96,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Amine",
- role: "Habitué",
- company: "Ariana",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=1",
- },
+ id: "t1", name: "Amine", role: "Habitué", company: "Ariana", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=1"},
{
- id: "t2",
- name: "Sara",
- role: "Foodie",
- company: "Ariana",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg",
- },
+ id: "t2", name: "Sara", role: "Foodie", company: "Ariana", rating: 4,
+ imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg"},
{
- id: "t3",
- name: "Karim",
- role: "Étudiant",
- company: "Ariana",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006633.jpg",
- },
+ id: "t3", name: "Karim", role: "Étudiant", company: "Ariana", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006633.jpg"},
{
- id: "t4",
- name: "Leila",
- role: "Professionnelle",
- company: "Ariana",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5052.jpg",
- },
+ id: "t4", name: "Leila", role: "Professionnelle", company: "Ariana", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5052.jpg"},
{
- id: "t5",
- name: "Mehdi",
- role: "Fan de Burgers",
- company: "Ariana",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=2",
- },
+ id: "t5", name: "Mehdi", role: "Fan de Burgers", company: "Ariana", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=2"},
]}
title="Ce que nos clients disent"
description="Note moyenne de 4,6/5 basée sur 1 410 avis."
@@ -174,15 +123,9 @@ export default function LandingPage() {
description="Adresse : Av. Hédi Nouira, Ariana. Ouvert tous les jours jusqu'à 02h30."
inputs={[
{
- name: "nom",
- type: "text",
- placeholder: "Votre Nom",
- },
+ name: "nom", type: "text", placeholder: "Votre Nom"},
{
- name: "email",
- type: "email",
- placeholder: "Votre Email",
- },
+ name: "email", type: "email", placeholder: "Votre Email"},
]}
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-board-fast-food-with-burger-fried-potatoes_114579-4298.jpg"
mediaAnimation="slide-up"
@@ -193,42 +136,27 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file