From 467fae9b5befc7c80f879e61d10a3efd7f23ab66 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 10:38:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83ce459..f0bf87b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ 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", imageAlt: "Luxurious gold necklace"}, + 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", imageAlt: "Model wearing fine earrings"} + 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"} ]} mediaAnimation="slide-up" rating={5} @@ -112,9 +112,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Elena R.", date: "Oct 2023", title: "Stunning craftsmanship", 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", imageAlt: "smiling woman wearing elegant gold jewellery"}, + id: "t1", name: "Elena R.", date: "Oct 2023", title: "Stunning craftsmanship", 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?_wi=2", imageAlt: "smiling woman wearing elegant gold jewellery"}, { - id: "t2", name: "Marcus W.", date: "Sep 2023", title: "Exceptional quality", 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", imageAlt: "smiling woman wearing elegant gold jewellery"} + id: "t2", name: "Marcus W.", date: "Sep 2023", title: "Exceptional quality", 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?_wi=2", imageAlt: "smiling woman wearing elegant gold jewellery"} ]} title="Client Stories" description="Discover why our clients cherish their Aura pieces." -- 2.49.1