From 528cc19efcdbeb624fe678db2728ecee0e5197ab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 13:08:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 139ad70..e6a2abf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Flame, ChefHat, Utensils, Cheese, Star, HelpCircle, Phone } from 'lucide-react'; +import { Flame, ChefHat, Utensils, Star, HelpCircle, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Découvrir le Menu", href: "#features" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg" imageAlt="Fondue Gruyère traditionnelle" ariaLabel="Section héros restaurant Gruyère" /> @@ -90,7 +90,7 @@ export default function LandingPage() { title: "Fondue Gruyère", description: "Mélange traditionnel de Gruyère et d'Emmental, servi avec pain grillé et légumes frais. Une recette authentique des Alpes.", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg?_wi=2", imageAlt: "Fondue Gruyère servie" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg", imageAlt: "Fondue Gruyère servie" }, { imageSrc: "http://img.b2bpic.net/free-photo/huts-mountainside_181624-48459.jpg", imageAlt: "Paysage alpin source d'inspiration" @@ -104,18 +104,18 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/plate-with-egg-omlette_23-2148601021.jpg", imageAlt: "Tartiflette traditionnelle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514135.jpg?_wi=1", imageAlt: "Plats savoyards assortis" + imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514135.jpg", imageAlt: "Plats savoyards assortis" } ] }, { - title: "Raclette", description: "Fromage Raclette fondant rasé directement sur l'assiette. Accompagné de pommes de terre, cornichons et oignons marinés.", icon: Cheese, + title: "Raclette", description: "Fromage Raclette fondant rasé directement sur l'assiette. Accompagné de pommes de terre, cornichons et oignons marinés.", icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514135.jpg?_wi=2", imageAlt: "Raclette fondue servie" + imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514135.jpg", imageAlt: "Raclette fondue servie" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg?_wi=3", imageAlt: "Service traditionnel raclette" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg", imageAlt: "Service traditionnel raclette" } ] } @@ -158,7 +158,7 @@ export default function LandingPage() { tagAnimation="slide-up" mediaAnimation="blur-reveal" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg" imageAlt="Restaurant Gruyère ambiance" faqsAnimation="blur-reveal" textboxLayout="default"