From 7fd79ae46d7d53493691a834c0526e88d2b5d856 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:25:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbde7ec..e1c4689 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor-portrait_624325-1975.jpg", imageAlt: "Blyssa jewelry lifestyle collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor-portrait_624325-1975.jpg?_wi=1", imageAlt: "Blyssa jewelry lifestyle collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor-portrait_624325-1975.jpg", imageAlt: "Contemporary jewelry on-model"}, + imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor-portrait_624325-1975.jpg?_wi=2", imageAlt: "Contemporary jewelry on-model"}, ]} mediaAnimation="slide-up" rating={5} @@ -77,7 +77,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Blyssa", name: "Signature Gold Ring", price: "$185.00", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg", imageAlt: "Signature gold ring"}, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg?_wi=1", imageAlt: "Signature gold ring"}, { id: "2", brand: "Blyssa", name: "Delicate Gold Necklace", price: "$240.00", rating: 5, reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/shiny-elegant-gold-chain-display_23-2149635312.jpg", imageAlt: "Delicate gold necklace"}, @@ -92,7 +92,7 @@ export default function LandingPage() { reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-arrangement_23-2149846599.jpg", imageAlt: "Contemporary gold earrings"}, { id: "6", brand: "Blyssa", name: "Essential Minimalist Ring", price: "$145.00", rating: 5, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg", imageAlt: "Essential minimalist ring"}, + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg?_wi=2", imageAlt: "Essential minimalist ring"}, ]} /> @@ -167,15 +167,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Sarah Chen"}, + id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=1", imageAlt: "Sarah Chen"}, { - id: "2", name: "Emma Richardson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Emma Richardson"}, + id: "2", name: "Emma Richardson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=2", imageAlt: "Emma Richardson"}, { id: "3", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "Jessica Martinez"}, { - id: "4", name: "Olivia Thompson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Olivia Thompson"}, + id: "4", name: "Olivia Thompson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=3", imageAlt: "Olivia Thompson"}, { - id: "5", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Sophie Laurent"}, + id: "5", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=4", imageAlt: "Sophie Laurent"}, { id: "6", name: "Isabella Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Isabella Rodriguez"}, ]} -- 2.49.1