diff --git a/src/app/page.tsx b/src/app/page.tsx index 4672b36..9af4cb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,25 +52,25 @@ export default function LandingPage() { testimonials={[ { name: "Elena Ross", 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", imageAlt: "elegant clothing brand lifestyle shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021795.jpg?_wi=1", imageAlt: "elegant clothing brand lifestyle shot"}, { name: "Marcus Chen", 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", imageAlt: "elegant clothing brand lifestyle shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898083.jpg?_wi=1", imageAlt: "elegant clothing brand lifestyle shot"}, { name: "Sarah J.", 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", imageAlt: "elegant clothing brand lifestyle shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432461.jpg?_wi=1", imageAlt: "elegant clothing brand lifestyle shot"}, { name: "David L.", 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", imageAlt: "elegant clothing brand lifestyle shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-albino-woman_23-2150283418.jpg?_wi=1", imageAlt: "elegant clothing brand lifestyle shot"}, { name: "Maya K.", 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", imageAlt: "elegant clothing brand lifestyle shot"}, + 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"}, ]} buttons={[ { text: "Shop Now", 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={[ { @@ -96,7 +96,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" /> @@ -115,7 +115,7 @@ export default function LandingPage() { { id: "3", title: "Precision Tailoring", 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" /> @@ -129,9 +129,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Classic Cotton Tee", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-albino-woman_23-2150283418.jpg"}, + id: "p1", name: "Classic Cotton Tee", price: "$65", 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"}, + 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?_wi=2"}, { id: "p3", name: "Tailored Trousers", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/close-up-jacket-with-accesories_122409-41.jpg"}, {