diff --git a/src/app/page.tsx b/src/app/page.tsx
index 58cccaa..4d1b8d2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,65 +29,36 @@ export default function LandingPage() {
@@ -115,33 +83,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Tacos",
- price: "Dès 7€",
- imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-tacos-wooden-table_1147-557.jpg?_wi=2",
- imageAlt: "Tacos",
- },
+ id: "1", name: "Tacos", price: "Dès 7€", imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-tacos-wooden-table_1147-557.jpg", imageAlt: "Tacos"},
{
- id: "2",
- name: "Burgers",
- price: "Dès 8€",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-with-fries_23-2148575430.jpg?_wi=2",
- imageAlt: "Burgers",
- },
+ id: "2", name: "Burgers", price: "Dès 8€", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-with-fries_23-2148575430.jpg", imageAlt: "Burgers"},
{
- id: "3",
- name: "Menus étudiants",
- price: "7€",
- imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-food-clipboard_23-2148247928.jpg?_wi=2",
- imageAlt: "Menu étudiant",
- },
+ id: "3", name: "Menus étudiants", price: "7€", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-food-clipboard_23-2148247928.jpg", imageAlt: "Menu étudiant"},
{
- id: "4",
- name: "À emporter",
- price: "Rapide",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-salad-boxes-tableware_23-2148247913.jpg",
- imageAlt: "Livraison",
- },
+ id: "4", name: "À emporter", price: "Rapide", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-salad-boxes-tableware_23-2148247913.jpg", imageAlt: "Livraison"},
]}
title="Menu gourmand"
description="Découvrez nos spécialités préparées avec passion."
@@ -155,40 +103,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Client Google",
- role: "Fidèle",
- testimonial: "Nous sommes venus en groupe de 9, et le service a été rapide et qualitatif.",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329709.jpg?_wi=1",
- },
+ id: "1", name: "Client Google", role: "Fidèle", testimonial: "Nous sommes venus en groupe de 9, et le service a été rapide et qualitatif.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329709.jpg"},
{
- id: "2",
- name: "Client satisfait",
- role: "Étudiant",
- testimonial: "Formule étudiante à 7€, peu chère pour une portion généreuse.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-drinking-coffee-cafe_1303-24975.jpg",
- },
+ id: "2", name: "Client satisfait", role: "Étudiant", testimonial: "Formule étudiante à 7€, peu chère pour une portion généreuse.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-drinking-coffee-cafe_1303-24975.jpg"},
{
- id: "3",
- name: "Avis client",
- role: "Habitué",
- testimonial: "Un fast-food local pratique, idéal pour manger vite et bien à Boulogne-sur-Mer.",
- imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663879.jpg",
- },
+ id: "3", name: "Avis client", role: "Habitué", testimonial: "Un fast-food local pratique, idéal pour manger vite et bien à Boulogne-sur-Mer.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663879.jpg"},
{
- id: "4",
- name: "Client ravi",
- role: "Passant",
- testimonial: "Un accueil chaleureux et des plats toujours bien gratinés !",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-lunch-restaurant_329181-11935.jpg",
- },
+ id: "4", name: "Client ravi", role: "Passant", testimonial: "Un accueil chaleureux et des plats toujours bien gratinés !", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-lunch-restaurant_329181-11935.jpg"},
{
- id: "5",
- name: "Aurélie",
- role: "Habituée",
- testimonial: "Le meilleur rapport qualité/prix de Boulogne, ne changez rien !",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329709.jpg?_wi=2",
- },
+ id: "5", name: "Aurélie", role: "Habituée", testimonial: "Le meilleur rapport qualité/prix de Boulogne, ne changez rien !", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329709.jpg"},
]}
title="Avis clients"
description="Ce que les clients retiennent de FAMILY FOOD 62."
@@ -199,15 +122,14 @@ export default function LandingPage() {
console.log(email)}
- imageSrc="http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg"
/>
@@ -215,33 +137,21 @@ export default function LandingPage() {