From 7f5f817724a3c95bc683921f372d608a5aabc38e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 01:54:29 +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 2456624..820e0c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { handle: "@sarahstyle", testimonial: "The best selection in Spring! Every piece I buy feels so high-quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg?_wi=1", imageAlt: "upscale boutique fashion lifestyle natural lighting", }, { @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@jessfashion", testimonial: "Aurmore's basics are unmatched. My new favorite boutique.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-6860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-6860.jpg?_wi=1", imageAlt: "upscale boutique fashion lifestyle natural lighting", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@emmadelight", testimonial: "Customer service is impeccable, and the clothing is just beautiful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711559.jpg?_wi=1", imageAlt: "upscale boutique fashion lifestyle natural lighting", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@lindastyle", testimonial: "Always finding unique gems here that elevate my daily outfits.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478998.jpg?_wi=1", imageAlt: "upscale boutique fashion lifestyle natural lighting", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@chloeluxe", testimonial: "Spring is lucky to have such a chic boutique. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/summer-spring-break-holiday-vacation-leisure-concept_53876-31829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-spring-break-holiday-vacation-leisure-concept_53876-31829.jpg?_wi=1", imageAlt: "upscale boutique fashion lifestyle natural lighting", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg?_wi=2" imageAlt="Aurmore boutique lifestyle hero" avatars={[ { @@ -146,7 +146,7 @@ export default function LandingPage() { title: "Curated Collections", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-6860.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-6860.jpg?_wi=2" imageAlt="Inside Aurmore boutique" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -165,21 +165,21 @@ export default function LandingPage() { name: "Everyday Linen Shirt", price: "$68", variant: "Beige", - imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711559.jpg?_wi=2", }, { id: "p2", name: "Gold Minimalist Hoop", price: "$45", variant: "Gold", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478998.jpg?_wi=2", }, { id: "p3", name: "Silk Satin Midi Skirt", price: "$89", variant: "Blush", - imageSrc: "http://img.b2bpic.net/free-photo/summer-spring-break-holiday-vacation-leisure-concept_53876-31829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-spring-break-holiday-vacation-leisure-concept_53876-31829.jpg?_wi=2", }, { id: "p4", -- 2.49.1