From 61c54faa96eb6110c4e4d03bac29b8d65db4ade9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:08:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30c30f0..06223a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,18 +61,18 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-two-shirts_23-2147601332.jpg", imageAlt: "Elegant Irentall bridal boutique interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg", imageAlt: "Happy bride smiling in wedding dress" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg?_wi=1", imageAlt: "Happy bride smiling in wedding dress" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278361.jpg", imageAlt: "Bride with friends at bridal boutique" + imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278361.jpg?_wi=1", imageAlt: "Bride with friends at bridal boutique" }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-fashionable-woman-blonde-long-white-dre_7502-4897.jpg", imageAlt: "Elegant white wedding dress on display" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-fashionable-woman-blonde-long-white-dre_7502-4897.jpg?_wi=1", imageAlt: "Elegant white wedding dress on display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-posing_23-2148105871.jpg", imageAlt: "Bride in perfect wedding dress moment" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-posing_23-2148105871.jpg?_wi=1", imageAlt: "Bride in perfect wedding dress moment" } ]} carouselPosition="right" @@ -132,11 +132,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Bride", company: "Irentall Boutique", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg", imageAlt: "Sarah Johnson - Happy bride" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg?_wi=2", imageAlt: "Sarah Johnson - Happy bride" }, { id: "2", name: "Jessica Martinez", role: "Bride", company: "Irentall Boutique", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278361.jpg", imageAlt: "Jessica Martinez - Bride with friends" + imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278361.jpg?_wi=2", imageAlt: "Jessica Martinez - Bride with friends" }, { id: "3", name: "Emily Chen", role: "Bride", company: "Irentall Boutique", rating: 5, @@ -144,7 +144,7 @@ export default function LandingPage() { }, { id: "4", name: "Michelle Rodriguez", role: "Bride", company: "Irentall Boutique", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-posing_23-2148105871.jpg", imageAlt: "Michelle Rodriguez - Happy bride moment" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-posing_23-2148105871.jpg?_wi=2", imageAlt: "Michelle Rodriguez - Happy bride moment" } ]} buttons={[ @@ -172,7 +172,7 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "dress-1", name: "Classic Elegance", price: "Starting at $1,200", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-fashionable-woman-blonde-long-white-dre_7502-4897.jpg", imageAlt: "Elegant white wedding dress" + id: "dress-1", name: "Classic Elegance", price: "Starting at $1,200", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-fashionable-woman-blonde-long-white-dre_7502-4897.jpg?_wi=2", imageAlt: "Elegant white wedding dress" }, { id: "dress-2", name: "Blush Romance", price: "Starting at $1,400", variant: "Blush Pink", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bridal-dress-hanger_23-2149640924.jpg", imageAlt: "Beautiful blush pink wedding gown" -- 2.49.1