diff --git a/src/app/page.tsx b/src/app/page.tsx index faba22a..9d63d05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,38 +47,17 @@ export default function LandingPage() { description="Plats généreux, service rapide, sur place, à emporter ou en livraison." testimonials={[ { - name: "Sarah", handle: "@sarah", testimonial: "Excellent service et plats copieux !", rating: 5, + id: "t1", name: "Sarah", testimonial: "Excellent service et plats copieux !", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg"}, { - name: "Marc", handle: "@marc", testimonial: "Très bon accueil et belle décoration.", rating: 5, + id: "t2", name: "Marc", testimonial: "Très bon accueil et belle décoration.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg"}, - { - name: "Julie", handle: "@julie", testimonial: "La meilleure adresse ouverte tard !", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-sitting-table_285396-10411.jpg"}, - { - name: "Thomas", handle: "@thomas", testimonial: "Service rapide et cuisine fraîche.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-photos-food_23-2149303528.jpg"}, - { - name: "Emilie", handle: "@emilie", testimonial: "Super rapport qualité/prix, j'adore.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg"}, ]} buttons={[ { text: "Appeler maintenant", href: "tel:+33668228133"}, ]} imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/man-woman-having-romantic-dinner-together_23-2148435804.jpg", alt: "Man and woman having a romantic dinner together"}, - { - src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-glass_23-2148899013.jpg", alt: "Close up smiley woman holding glass"}, - { - src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018784.jpg", alt: "Couple having dinner at a restaurant"}, - { - src: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg", alt: "Foodie taking photo of a bowl with salad and sea fruits"}, - { - src: "http://img.b2bpic.net/free-photo/young-girl-sitting-restaurant-shaking-her-friend39s-hand_114579-92516.jpg", alt: "Young girl sitting at the restaurant and shaking her friend's hand"}, - ]} /> @@ -115,15 +94,6 @@ export default function LandingPage() { { id: "3", name: "Frites Maison", brand: "Snacks", price: "4€", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26890.jpg", reviewCount: "120 avis"}, - { - id: "4", name: "Salade Fraîcheur", brand: "Healthy", price: "10€", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg", reviewCount: "40 avis"}, - { - id: "5", name: "Wrap Gourmand", brand: "Street Food", price: "9€", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boiled-pasta-with-lemon-slices-white-plate_114579-81313.jpg", reviewCount: "75 avis"}, - { - id: "6", name: "Boisson Fraîche", brand: "Boissons", price: "3€", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tasty-french-fries-marble-background_1150-45301.jpg", reviewCount: "90 avis"}, ]} title="Nos spécialités" description="Découvrez notre sélection de plats préparés avec passion et produits frais." @@ -140,8 +110,6 @@ export default function LandingPage() { id: "f1", title: "Service Rapide", description: "Un service efficace pour manger vite et bien.", tag: "Gain de temps", imageSrc: "http://img.b2bpic.net/free-photo/rolls-served-with-tomatoes-arugula-sauce-1_140725-8786.jpg"}, { id: "f2", title: "Ouvert jusqu'à 2h", description: "L'adresse incontournable des noctambules.", tag: "Disponibilité", imageSrc: "http://img.b2bpic.net/free-photo/spicy-pasta-spaghetti-with-sausage_1203-9419.jpg"}, - { - id: "f3", title: "Multiples options", description: "Sur place, drive ou livraison sans contact.", tag: "Flexibilité", imageSrc: "http://img.b2bpic.net/free-photo/bunch-raw-pasta-wooden-bowl_114579-76283.jpg"}, ]} title="Pourquoi nous choisir ?" description="Une expérience client unique à Villepinte, axée sur la convivialité et la rapidité." @@ -153,7 +121,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "UberEats", "Deliveroo", "JustEat", "Google Maps", "TripAdvisor", "TheFork", "Facebook"]} + "UberEats", "Deliveroo", "JustEat"]} title="Partenaires & Services" description="Nous collaborons avec les meilleurs services de livraison pour vous satisfaire." /> @@ -168,8 +136,6 @@ export default function LandingPage() { id: "q1", title: "Faites-vous la livraison ?", content: "Oui, nous proposons la livraison sans contact."}, { id: "q2", title: "Quels sont vos horaires ?", content: "Nous sommes ouverts jusqu'à 02:00 du matin."}, - { - id: "q3", title: "Où êtes-vous situés ?", content: "Nous sommes au 88 Bd Robert Ballanger, Villepinte."}, ]} imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-restaurant-looking-away_23-2147936207.jpg" mediaAnimation="slide-up" @@ -188,6 +154,7 @@ export default function LandingPage() { { text: "Appeler le 06 68 22 81 33", href: "tel:+33668228133" } ]} background={{ variant: "plain" }} + useInvertedBackground={false} /> @@ -199,22 +166,6 @@ export default function LandingPage() { title: "Contact", items: [ { label: "06 68 22 81 33", href: "tel:+33668228133"}, - { - label: "88 Bd Robert Ballanger, Villepinte", href: "#"}, - ], - }, - { - title: "Horaires", items: [ - { - label: "Ouvert jusqu'à 02:00", href: "#"}, - ], - }, - { - title: "Légal", items: [ - { - label: "Mentions Légales", href: "#"}, - { - label: "Confidentialité", href: "#"}, ], }, ]}