From a71e38e2a5c715b58680f34d8c68b840d9e37577 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:29:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2339094..ef0d05c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7800.jpg", imageAlt: "Professional bridal hairstyle"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7800.jpg?_wi=1", imageAlt: "Professional bridal hairstyle"}, { imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg", imageAlt: "Elegant event hairstyle"}, { @@ -103,7 +103,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Bridal Collection", name: "Classic Bridal Updo", price: "From 150 DH", rating: 5, - reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7800.jpg", imageAlt: "Classic bridal updo"}, + reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7800.jpg?_wi=2", imageAlt: "Classic bridal updo"}, { id: "2", brand: "Bridal Collection", name: "Romantic Waves", price: "From 150 DH", rating: 5, reviewCount: "48+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-bride-posing_23-2149860835.jpg", imageAlt: "Romantic waves hairstyle"}, @@ -129,10 +129,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Charlotte Ourini", role: "Bride", company: "Marrakech Wedding", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Charlotte Ourini"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "Charlotte Ourini"}, { id: "2", name: "Anas Lahlou", role: "Event Coordinator", company: "Premium Events", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Anas Lahlou"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", imageAlt: "Anas Lahlou"}, { id: "3", name: "Amal Mounji", role: "Bride", company: "Local Bride", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Amal Mounji"}, -- 2.49.1