From c16c46b4a522c6b77037b82a83763539d05b060c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:08:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d521f28..f08f392 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,25 +52,25 @@ export default function LandingPage() { testimonials={[ { name: "Alex D.", handle: "@alex", testimonial: "The most beautiful Italian restaurant in Lille", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg", imageAlt: "luxury italian restaurant interior dark moody"}, + imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"}, { name: "Sophie M.", handle: "@sophie", testimonial: "Truffle pasta — an absolute delight for the palate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg", imageAlt: "luxury italian restaurant interior dark moody"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"}, { name: "Thomas L.", handle: "@thomas", testimonial: "Perfect al dente pasta. We were blown away.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-parmesan-slices-oregano-leaves-granite-bowl_114579-1832.jpg", imageAlt: "luxury italian restaurant interior dark moody"}, + imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-parmesan-slices-oregano-leaves-granite-bowl_114579-1832.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"}, { name: "Julie R.", handle: "@julie", testimonial: "An incredible atmosphere, feels like real Italy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-fork-pasta_23-2148296937.jpg", imageAlt: "luxury italian restaurant interior dark moody"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-fork-pasta_23-2148296937.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"}, { name: "Marc B.", handle: "@marc", testimonial: "Authentic, vibrant, and delicious. My go-to spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg", imageAlt: "luxury italian restaurant interior dark moody"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"}, ]} buttons={[ { text: "Reserve Your Table", href: "#reservation"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg" + imageSrc="http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=2" imageAlt="Cinematic scene of La Bellezza restaurant" avatars={[ { @@ -113,7 +113,7 @@ export default function LandingPage() { { title: "Cinematic Decor", description: "A stunning, theatrical interior that invites you into another world."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg?_wi=2" imageAlt="La Bellezza atmosphere" mediaAnimation="blur-reveal" /> @@ -127,11 +127,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Pâtes à la Truffe", price: "Gourmet truffle perfection", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-parmesan-slices-oregano-leaves-granite-bowl_114579-1832.jpg"}, + id: "1", name: "Pâtes à la Truffe", price: "Gourmet truffle perfection", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-parmesan-slices-oregano-leaves-granite-bowl_114579-1832.jpg?_wi=2"}, { - id: "2", name: "Gnocchi al Gorgonzola", price: "Creamy, nutty, authentic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-fork-pasta_23-2148296937.jpg"}, + id: "2", name: "Gnocchi al Gorgonzola", price: "Creamy, nutty, authentic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-fork-pasta_23-2148296937.jpg?_wi=2"}, { - id: "3", name: "Pizza al Forno", price: "Wood-fired, generously topped", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg"}, + id: "3", name: "Pizza al Forno", price: "Wood-fired, generously topped", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg?_wi=2"}, { id: "4", name: "Arancini al Ragú", price: "Golden, crispy, decadent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-composition-with-delicious-brazilian-food_23-2148739181.jpg"}, ]} -- 2.49.1