diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4d76005..1f651d6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,18 +29,9 @@ export default function LandingPage() {
@@ -48,80 +39,32 @@ export default function LandingPage() {
@@ -133,24 +76,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Foie gras poêlé",
- price: "48€",
- imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Filet de bœuf au jus",
- price: "62€",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=1",
- },
- {
- id: "3",
- name: "Soufflé au chocolat",
- price: "24€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=1",
- },
+ { id: "1", name: "Foie gras poêlé", price: "48€", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
+ { id: "2", name: "Filet de bœuf au jus", price: "62€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" },
+ { id: "3", name: "Soufflé au chocolat", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg" },
]}
title="Plats Signature"
description="Une sélection minutieuse de nos créations les plus emblématiques."
@@ -165,41 +93,11 @@ export default function LandingPage() {
title="La Voix de nos Convives"
description="Ce qu'ils pensent de l'expérience Maison Aurèle."
testimonials={[
- {
- id: "1",
- name: "Pierre D.",
- role: "Critique",
- testimonial: "Une perfection technique rare.",
- imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=2",
- },
- {
- id: "2",
- name: "Marie L.",
- role: "Habituée",
- testimonial: "La meilleure table de Paris.",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=2",
- },
- {
- id: "3",
- name: "Jean B.",
- role: "Gourmet",
- testimonial: "Une soirée inoubliable.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=2",
- },
- {
- id: "4",
- name: "Sophie C.",
- role: "Voyageuse",
- testimonial: "Un cadre sublime.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=2",
- },
- {
- id: "5",
- name: "Luc V.",
- role: "Chef",
- testimonial: "Une maîtrise incroyable.",
- imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=1",
- },
+ { id: "1", name: "Pierre D.", role: "Critique", testimonial: "Une perfection technique rare.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
+ { id: "2", name: "Marie L.", role: "Habituée", testimonial: "La meilleure table de Paris.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" },
+ { id: "3", name: "Jean B.", role: "Gourmet", testimonial: "Une soirée inoubliable.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg" },
+ { id: "4", name: "Sophie C.", role: "Voyageuse", testimonial: "Un cadre sublime.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg" },
+ { id: "5", name: "Luc V.", role: "Chef", testimonial: "Une maîtrise incroyable.", imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg" },
]}
/>
@@ -213,27 +111,11 @@ export default function LandingPage() {
description="Découvrez les talents qui orchestrent votre repas."
groups={[
{
- id: "kitchen",
- groupTitle: "Cuisine",
- members: [
- {
- id: "chef",
- title: "Chef Aurèle",
- subtitle: "Exécutif",
- detail: "15 ans d'étoiles.",
- imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=3",
- },
- {
- id: "sous",
- title: "Marc T.",
- subtitle: "Sous-chef",
- detail: "Passionné par les produits locaux.",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=3",
- },
+ id: "kitchen", groupTitle: "Cuisine", members: [
+ { id: "chef", title: "Chef Aurèle", subtitle: "Exécutif", detail: "15 ans d'étoiles." },
+ { id: "sous", title: "Marc T.", subtitle: "Sous-chef", detail: "Passionné par les produits locaux." },
],
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=3",
- imageAlt: "fine dining restaurant ambiance luxury dark",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg", imageAlt: "fine dining restaurant ambiance luxury dark"},
]}
/>
@@ -241,12 +123,10 @@ export default function LandingPage() {