From ffcad4bd7a735ccf61879ef8f7124ccb2fb904bc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 12:02:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1293326..47c53d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,27 +68,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flower-composition-bucket-roses-orchid-lithianthus-side-view_141793-4427.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flower-composition-bucket-roses-orchid-lithianthus-side-view_141793-4427.jpg?_wi=1", imageAlt: "Aranjament floral", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flowers-bouquet-dining-table_1339-1210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flowers-bouquet-dining-table_1339-1210.jpg?_wi=1", imageAlt: "Buchet cadou", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lisianthus-bouquet-wooden-table_501050-262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lisianthus-bouquet-wooden-table_501050-262.jpg?_wi=1", imageAlt: "Aranjament de primăvară", }, { - imageSrc: "http://img.b2bpic.net/free-photo/white-pink-flower_1150-18004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-pink-flower_1150-18004.jpg?_wi=1", imageAlt: "Decorațiuni florale", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flower-composition-bucket-roses-orchid-lithianthus-side-view_141793-4427.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flower-composition-bucket-roses-orchid-lithianthus-side-view_141793-4427.jpg?_wi=2", imageAlt: "Flori proaspete", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flowers-bouquet-dining-table_1339-1210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flowers-bouquet-dining-table_1339-1210.jpg?_wi=2", imageAlt: "Trandafiri", }, ]} @@ -120,7 +120,7 @@ export default function LandingPage() { price: "150 RON", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/flowers-bouquet-dining-table_1339-1210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flowers-bouquet-dining-table_1339-1210.jpg?_wi=3", }, { id: "p2", @@ -129,7 +129,7 @@ export default function LandingPage() { price: "120 RON", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/lisianthus-bouquet-wooden-table_501050-262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lisianthus-bouquet-wooden-table_501050-262.jpg?_wi=2", }, { id: "p3", @@ -138,7 +138,7 @@ export default function LandingPage() { price: "300 RON", rating: 5, reviewCount: "6", - imageSrc: "http://img.b2bpic.net/free-photo/white-pink-flower_1150-18004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-pink-flower_1150-18004.jpg?_wi=2", }, ]} title="Aranjamente Florale & Buchete" @@ -157,7 +157,7 @@ export default function LandingPage() { name: "Ana Popescu", role: "Client", testimonial: "Buchetul a fost livrat la timp, iar florile au fost foarte proaspete.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-coffee-cup_23-2149442257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-coffee-cup_23-2149442257.jpg?_wi=1", }, { id: "2", @@ -185,7 +185,7 @@ export default function LandingPage() { name: "Elena Dumitru", role: "Client", testimonial: "Un serviciu impecabil, recomand cu încredere pentru orice ocazie!", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-coffee-cup_23-2149442257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-coffee-cup_23-2149442257.jpg?_wi=2", }, ]} title="Recenzii Clienți" -- 2.49.1