From 3cdb023fe8c7efcf2ea5654a688312ea49db91ba Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:49:05 +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 6e7c8fd..5bc35a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@elena.style", testimonial: "The quality of the material is unparalleled. Truly a staple in my wardrobe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021795.jpg?_wi=1", imageAlt: "elegant clothing brand lifestyle shot", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@m.chen", testimonial: "Finally found a brand that balances minimalism with personality perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898083.jpg?_wi=1", imageAlt: "elegant clothing brand lifestyle shot", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Effortless pieces that fit into any occasion. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432461.jpg?_wi=1", imageAlt: "elegant clothing brand lifestyle shot", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@david.l", testimonial: "The construction is impeccable, clearly built to last.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-albino-woman_23-2150283418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-albino-woman_23-2150283418.jpg?_wi=1", imageAlt: "elegant clothing brand lifestyle shot", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@maya.k", testimonial: "Minimalist design with maximum impact. I love every piece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-sketch-with-female-accessories-white-flowers-wooden-desk_23-2147856149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-sketch-with-female-accessories-white-flowers-wooden-desk_23-2147856149.jpg?_wi=1", imageAlt: "elegant clothing brand lifestyle shot", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021795.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021795.jpg?_wi=2" imageAlt="elegant clothing brand lifestyle shot" avatars={[ { @@ -141,7 +141,7 @@ export default function LandingPage() { description="We believe clothing should be an extension of your identity, crafted with care and built to endure beyond seasons." subdescription="Every thread tells a story of intentional design, quality materials, and fair practices." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898083.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898083.jpg?_wi=2" imageAlt="sustainable clothing atelier behind the scenes" mediaAnimation="slide-up" /> @@ -169,7 +169,7 @@ export default function LandingPage() { content: "Every piece is rigorously inspected to ensure the perfect fit and finish.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432461.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432461.jpg?_wi=2" imageAlt="sustainable organic cotton fabric texture" mediaAnimation="opacity" /> @@ -186,13 +186,13 @@ export default function LandingPage() { id: "p1", name: "Classic Cotton Tee", price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-albino-woman_23-2150283418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-albino-woman_23-2150283418.jpg?_wi=2", }, { id: "p2", name: "Signature Oxford", price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/female-sketch-with-female-accessories-white-flowers-wooden-desk_23-2147856149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-sketch-with-female-accessories-white-flowers-wooden-desk_23-2147856149.jpg?_wi=2", }, { id: "p3", -- 2.49.1