From 87004246f19d1dc315cb18cc1c99412bccc1552c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 11:12:32 +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 51e7a17..f6c8936 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,25 +54,25 @@ export default function LandingPage() { testimonials={[ { name: "Elena V.", handle: "@elenavogue", testimonial: "The quality of the leather is unmatched. My ET bag is a masterpiece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg", imageAlt: "luxury fashion store atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg?_wi=1", imageAlt: "luxury fashion store atmosphere"}, { name: "Marcus S.", handle: "@marcussmith", testimonial: "Shoes that feel as good as they look. Truly luxury standards.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rich-dark-brown-leather-texture-close-up_84443-73277.jpg", imageAlt: "luxury fashion store atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/rich-dark-brown-leather-texture-close-up_84443-73277.jpg?_wi=1", imageAlt: "luxury fashion store atmosphere"}, { name: "Sophia L.", handle: "@sophialuxe", testimonial: "The shirt collection is sheer perfection. Every detail matters.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-long-autumn-coat-modern-striped-sweater-holds-black-handbag-tickets-isolated-beige-background_197531-18706.jpg", imageAlt: "luxury fashion store atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-long-autumn-coat-modern-striped-sweater-holds-black-handbag-tickets-isolated-beige-background_197531-18706.jpg?_wi=1", imageAlt: "luxury fashion store atmosphere"}, { name: "James D.", handle: "@jamesd", testimonial: "Sophistication redefined in every piece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shiny-black-leather-shoes-exude-modern-luxury-generated-by-ai_188544-36154.jpg", imageAlt: "luxury fashion store atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/shiny-black-leather-shoes-exude-modern-luxury-generated-by-ai_188544-36154.jpg?_wi=1", imageAlt: "luxury fashion store atmosphere"}, { name: "Anna P.", handle: "@annapstyle", testimonial: "Elegance and durability perfectly balanced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pin-christmas-ornamental-flowers-orange-slice-jacket-man_114579-1498.jpg", imageAlt: "luxury fashion store atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/pin-christmas-ornamental-flowers-orange-slice-jacket-man_114579-1498.jpg?_wi=1", imageAlt: "luxury fashion store atmosphere"}, ]} buttons={[ { text: "Shop Collection", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg" + imageSrc="http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -115,7 +115,7 @@ export default function LandingPage() { { value: "5k+", title: "Satisfied Clients"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/rich-dark-brown-leather-texture-close-up_84443-73277.jpg" + imageSrc="http://img.b2bpic.net/free-photo/rich-dark-brown-leather-texture-close-up_84443-73277.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="blur-reveal" /> @@ -129,11 +129,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Signature Tote", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-long-autumn-coat-modern-striped-sweater-holds-black-handbag-tickets-isolated-beige-background_197531-18706.jpg"}, + id: "p1", name: "Signature Tote", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-long-autumn-coat-modern-striped-sweater-holds-black-handbag-tickets-isolated-beige-background_197531-18706.jpg?_wi=2"}, { - id: "p2", name: "Classic Loafer", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/shiny-black-leather-shoes-exude-modern-luxury-generated-by-ai_188544-36154.jpg"}, + id: "p2", name: "Classic Loafer", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/shiny-black-leather-shoes-exude-modern-luxury-generated-by-ai_188544-36154.jpg?_wi=2"}, { - id: "p3", name: "Silk Signature Shirt", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/pin-christmas-ornamental-flowers-orange-slice-jacket-man_114579-1498.jpg"}, + id: "p3", name: "Silk Signature Shirt", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/pin-christmas-ornamental-flowers-orange-slice-jacket-man_114579-1498.jpg?_wi=2"}, { id: "p4", name: "Evening Clutch", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073517.jpg"}, { -- 2.49.1