From 17336837fab1c51a98c1af23bed6299d0f5a0fbe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 00:42: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 6ec1a0c..1829c23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "Exquisite quality that stands out.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg?_wi=1", imageAlt: "luxury accessory dark mood", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@marks", testimonial: "The detailing is simply unparalleled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaf-organic-background_23-2148872835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaf-organic-background_23-2148872835.jpg?_wi=1", imageAlt: "luxury accessory dark mood", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@julian", testimonial: "Perfect aesthetic for the modern professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg?_wi=1", imageAlt: "luxury accessory dark mood", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@sofia", testimonial: "Unmatched craftsmanship in every piece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg?_wi=1", imageAlt: "luxury accessory dark mood", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@liam", testimonial: "The weight and feel are superior to anything I own.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg?_wi=1", imageAlt: "luxury accessory dark mood", }, ]} @@ -108,7 +108,7 @@ export default function LandingPage() { href: "#product", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -165,7 +165,7 @@ export default function LandingPage() { description="Armor Shop represents a fusion of traditional craftsmanship and modern avant-garde design. Every piece tells a story." subdescription="We source only the finest materials, ensuring every accessory serves as an extension of your persona." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/close-up-leaf-organic-background_23-2148872835.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-leaf-organic-background_23-2148872835.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -181,19 +181,19 @@ export default function LandingPage() { id: "1", name: "Midnight Cuff", price: "$890", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg?_wi=2", }, { id: "2", name: "Starlight Ring", price: "$1,200", - imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg?_wi=2", }, { id: "3", name: "Shadow Belt", price: "$1,500", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg?_wi=2", }, { id: "4", -- 2.49.1