From 42df0e4e2d964eb4f3353a90b703258b12ac6db8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:45:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 61 +++++++++++++++++++----------------------------- 1 file changed, 24 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e659d7..57ce817 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { @@ -71,14 +62,14 @@ export default function LandingPage() { @@ -90,15 +81,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} products={[ - { id: "1", brand: "Signature", name: "Bo Bun Cacahuètes", price: "20€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=2" }, + { id: "1", brand: "Signature", name: "Bo Bun Traditionnel", price: "20€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=2" }, { id: "2", brand: "Japon", name: "Ramen Tonkotsu", price: "18€", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=3" }, { id: "3", brand: "Sushi", name: "Assortiment Sushi Maki", price: "22€", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=4" }, - { id: "4", brand: "Vietnam", name: "Nems au Porc Maison", price: "8€", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=5" }, - { id: "5", brand: "Japon", name: "Tempuras Crevettes", price: "12€", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=6" }, - { id: "6", brand: "Signature", name: "Soupe Pho Traditionnelle", price: "16€", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=7" } + { id: "4", brand: "Entrées", name: "Nems Porc Maison", price: "8€", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=5" } ]} - title="Nos spécialités gourmandes" - description="Une carte riche et accessible qui ravira les amoureux de saveurs asiatiques." + title="Découvrez notre menu" + description="Des recettes traditionnelles, généreuses et savoureuses pour satisfaire toutes vos envies." /> @@ -108,15 +97,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Marc D.", handle: "@gap_client", testimonial: "La gérante est adorable, le Bo Bun est exceptionnel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg" }, - { id: "2", name: "Sophie L.", handle: "@family_dinner", testimonial: "Enfin une vraie cuisine asiatique à Gap.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" }, - { id: "3", name: "Julien P.", handle: "@foodie", testimonial: "Le fait maison se sent immédiatement.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-asian-food_23-2150288287.jpg" }, - { id: "4", name: "Claire R.", handle: "@local_eater", testimonial: "Qualité-prix inégalé. C'est frais et généreux.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-people-attending-chinese-new-year-reunion-dinner_23-2151040651.jpg" }, - { id: "5", name: "Thomas G.", handle: "@sushi_lover", testimonial: "Une âme familiale incroyable, on adore.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg" } + { id: "1", name: "Marc D.", handle: "Client Fidèle", testimonial: "La qualité est incroyable, le fait maison se sent à chaque bouchée.", rating: 5 }, + { id: "2", name: "Sophie L.", handle: "Habituée", testimonial: "Le meilleur restaurant asiatique à Gap sans hésiter.", rating: 5 }, + { id: "3", name: "Julien P.", handle: "Foodie", testimonial: "Service parfait et cuisine authentique, on recommande vivement.", rating: 5 } ]} showRating={true} - title="Ce que vous dites de nous" - description="La satisfaction de nos clients est notre plus belle récompense." + title="Ils parlent de Nacoya" + description="La satisfaction de nos convives est notre plus grande fierté." /> @@ -124,9 +111,9 @@ export default function LandingPage() {