diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a7f531..1b00a75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,15 +75,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-party_23-2149272225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-party_23-2149272225.jpg?_wi=1", imageAlt: "Luxurious Beauty Store Display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561240.jpg?_wi=1", imageAlt: "Wide View of Beauty Shop Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1203-8298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1203-8298.jpg?_wi=1", imageAlt: "Professional Skincare Supplies Shelf", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { icon: Sparkles, title: "Salon Furniture", description: "Ergonomic salon chairs and furniture setups.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-party_23-2149272225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-party_23-2149272225.jpg?_wi=2", imageAlt: "Smiling pretty young woman sitting at the cafe table indoors", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { icon: Sparkles, title: "Spa Essentials", description: "Premium spa products for professional treatments.", - imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561240.jpg?_wi=2", imageAlt: "Smiling pretty young woman sitting at the cafe table indoors", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { icon: Wind, title: "Machinery", description: "Face streamers, dryers, and advanced salon machines.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1203-8298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1203-8298.jpg?_wi=2", imageAlt: "Smiling pretty young woman sitting at the cafe table indoors", }, ]}