From 0f26966bec241c3ee96de1852dc2f8019c8f1ae9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 11:08:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 +++++++++-------------------------------------- 1 file changed, 39 insertions(+), 176 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d48f354..98d5428 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { ChefHat, Coffee, PartyPopper } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,70 +31,29 @@ export default function LandingPage() {
@@ -222,41 +135,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sophie M.", - role: "Habituée", - testimonial: "Dîner comme jamais, la viande comme il faut.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinks-cocktail-bar_641386-403.jpg", - }, - { - id: "t2", - name: "Thomas L.", - role: "Professionnel", - testimonial: "Accueil chaleureux, cuisine excellente, un sans-faute.", - imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122919.jpg", - }, - { - id: "t3", - name: "Claire D.", - role: "Amateur de vin", - testimonial: "La sélection de vins est vraiment exceptionnelle.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-luxurious-restaurant_23-2150517450.jpg", - }, - { - id: "t4", - name: "Marc R.", - role: "Événement privé", - testimonial: "Anniversaire parfait, tout était délicieux et organisé.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg", - }, - { - id: "t5", - name: "Julie H.", - role: "Locale", - testimonial: "Une adresse incontournable à Saint-André-sur-Orne.", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg", - }, + { id: "t1", name: "Sophie M.", role: "Habituée", testimonial: "Dîner comme jamais, la viande comme il faut.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinks-cocktail-bar_641386-403.jpg" }, + { id: "t2", name: "Thomas L.", role: "Professionnel", testimonial: "Accueil chaleureux, cuisine excellente, un sans-faute.", imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122919.jpg" }, + { id: "t3", name: "Claire D.", role: "Amateur de vin", testimonial: "La sélection de vins est vraiment exceptionnelle.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-luxurious-restaurant_23-2150517450.jpg" }, + { id: "t4", name: "Marc R.", role: "Événement privé", testimonial: "Anniversaire parfait, tout était délicieux et organisé.", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg" }, + { id: "t5", name: "Julie H.", role: "Locale", testimonial: "Une adresse incontournable à Saint-André-sur-Orne.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg" }, ]} title="Avis de nos convives" description="Découvrez pourquoi nos clients nous recommandent." @@ -266,9 +149,7 @@ export default function LandingPage() {