From f0c1f279d7e24cedd95ac4f115257d42e46b17b6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 10:37: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 5a04356..46ef584 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { tag="New 2024 Collection" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/lady-black-dress-holds-red-velvet-boxes-with-jewels_8353-1765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lady-black-dress-holds-red-velvet-boxes-with-jewels_8353-1765.jpg?_wi=1", imageAlt: "Luxurious gold necklace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-romantic-young-girl-wearing-evening-clothes-jewelry-sitting-dreaming-with-flower-hand-cafe-high-quality-photo_132075-9360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-romantic-young-girl-wearing-evening-clothes-jewelry-sitting-dreaming-with-flower-hand-cafe-high-quality-photo_132075-9360.jpg?_wi=1", imageAlt: "Model wearing fine earrings", }, { @@ -106,7 +106,7 @@ export default function LandingPage() { price: "$1,200", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring_23-2150329700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring_23-2150329700.jpg?_wi=1", }, { id: "p2", @@ -115,7 +115,7 @@ export default function LandingPage() { price: "$850", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg?_wi=1", }, { id: "p3", @@ -124,7 +124,7 @@ export default function LandingPage() { price: "$600", rating: 4, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/christmas-golden-bells-marble-surface_114579-79061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/christmas-golden-bells-marble-surface_114579-79061.jpg?_wi=1", }, { id: "p4", @@ -205,7 +205,7 @@ export default function LandingPage() { quote: "The diamond ring I purchased is beyond my expectations. Truly beautiful.", tag: "Engagement", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-22318.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/lady-black-dress-holds-red-velvet-boxes-with-jewels_8353-1765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lady-black-dress-holds-red-velvet-boxes-with-jewels_8353-1765.jpg?_wi=2", imageAlt: "smiling woman wearing elegant gold jewellery", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { quote: "Professional service and absolutely stunning pieces. Will return.", tag: "Gifts", avatarSrc: "http://img.b2bpic.net/free-photo/look-my-ring-is-very-similar_329181-8041.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-romantic-young-girl-wearing-evening-clothes-jewelry-sitting-dreaming-with-flower-hand-cafe-high-quality-photo_132075-9360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-romantic-young-girl-wearing-evening-clothes-jewelry-sitting-dreaming-with-flower-hand-cafe-high-quality-photo_132075-9360.jpg?_wi=2", imageAlt: "smiling woman wearing elegant gold jewellery", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { quote: "Every time I wear Aura jewellery, I get so many compliments.", tag: "Everyday wear", avatarSrc: "http://img.b2bpic.net/free-photo/elder-woman-looking-away-medium-shot_23-2148346152.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring_23-2150329700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring_23-2150329700.jpg?_wi=2", imageAlt: "smiling woman wearing elegant gold jewellery", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { quote: "The entire process was smooth and the product is divine.", tag: "Anniversary", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-lady-with-collected-hair-dressed-gold-tshirt-neck-jewelry-is-smiling-camera-posing-beige-background_291650-2401.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg?_wi=2", imageAlt: "smiling woman wearing elegant gold jewellery", }, { @@ -249,7 +249,7 @@ export default function LandingPage() { quote: "The most exquisite designs I have found in a long time.", tag: "Birthday", avatarSrc: "http://img.b2bpic.net/free-photo/unrecognizable-smiling-pretty-woman_1153-2948.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/christmas-golden-bells-marble-surface_114579-79061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/christmas-golden-bells-marble-surface_114579-79061.jpg?_wi=2", imageAlt: "smiling woman wearing elegant gold jewellery", }, ]} -- 2.49.1