diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ffb0b1..4cfd1fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, ChefHat, Fire, Heart, Home, Leaf, Sparkles, Star, Utensils, Users, Wine } from 'lucide-react'; +import { Award, ChefHat, Heart, Home, Leaf, Sparkles, Star, Utensils, Users, Wine } from 'lucide-react'; export default function LandingPage() { return ( @@ -69,16 +69,16 @@ export default function LandingPage() { id: "1", name: "Jean Dupont", role: "Client régulier", testimonial: "Le meilleur restaurant asiatique que j'ai pu goûter jusqu'à présent. Les plats sont authentiques et délicieux.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg", imageAlt: "Jean Dupont" }, { - id: "2", name: "Marie Leclerc", role: "Mère de famille", testimonial: "Les plats sont savoureux, copieux et authentiques. Ma famille en raffole et on y revient régulièrement.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-76478.jpg?_wi=1", imageAlt: "Marie Leclerc" + id: "2", name: "Marie Leclerc", role: "Mère de famille", testimonial: "Les plats sont savoureux, copieux et authentiques. Ma famille en raffole et on y revient régulièrement.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-76478.jpg", imageAlt: "Marie Leclerc" }, { - id: "3", name: "Philippe Bernard", role: "Amateur de cuisine asiatique", testimonial: "La patronne est adorable et donne d'excellents conseils pour choisir les plats. Un accueil vraiment familial.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Philippe Bernard" + id: "3", name: "Philippe Bernard", role: "Amateur de cuisine asiatique", testimonial: "La patronne est adorable et donne d'excellents conseils pour choisir les plats. Un accueil vraiment familial.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Philippe Bernard" }, { - id: "4", name: "Caroline Michel", role: "Touriste de Bruxelles", testimonial: "Nous venons de Bruxelles tellement ce restaurant sort du lot. Une expérience culinaire inoubliable.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-76478.jpg?_wi=2", imageAlt: "Caroline Michel" + id: "4", name: "Caroline Michel", role: "Touriste de Bruxelles", testimonial: "Nous venons de Bruxelles tellement ce restaurant sort du lot. Une expérience culinaire inoubliable.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-76478.jpg", imageAlt: "Caroline Michel" }, { - id: "5", name: "Thomas Gautier", role: "Client fidèle", testimonial: "Cuisine parfumée et parfaitement maîtrisée. Chaque plat est une découverte et une vraie satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Thomas Gautier" + id: "5", name: "Thomas Gautier", role: "Client fidèle", testimonial: "Cuisine parfumée et parfaitement maîtrisée. Chaque plat est une découverte et une vraie satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Thomas Gautier" }, { id: "6", name: "Sophie Richard", role: "Amie de la cuisine asiatique", testimonial: "L'attente en vaut vraiment la peine. Les portions sont généreuses et les saveurs sont intenses. À refaire absolument!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-talking-phone_23-2148479565.jpg", imageAlt: "Sophie Richard" @@ -96,7 +96,7 @@ export default function LandingPage() { title="Une cuisine asiatique authentique" metrics={[ { icon: Sparkles, label: "Ingrédients frais", value: "100%" }, - { icon: Fire, label: "Cuisson maîtrisée", value: "À la minute" }, + { icon: Heart, label: "Cuisson maîtrisée", value: "À la minute" }, { icon: Heart, label: "Saveurs subtiles", value: "Raffinées" }, { icon: Award, label: "Portions généreuses", value: "Satisfaisantes" } ]}