From df9d5f55877f9c51039a35dc27ec3183c4ba8d0c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:41:06 +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 18bf003..ee27913 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,13 +96,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "rings-1", name: "Radiant Engagement Ring", price: "$4,500", variant: "14K Gold with Diamond", imageSrc: "http://img.b2bpic.net/free-photo/bride-lies-her-hand-groom-s-one_8353-388.jpg", imageAlt: "Radiant engagement ring" + id: "rings-1", name: "Radiant Engagement Ring", price: "$4,500", variant: "14K Gold with Diamond", imageSrc: "http://img.b2bpic.net/free-photo/bride-lies-her-hand-groom-s-one_8353-388.jpg?_wi=1", imageAlt: "Radiant engagement ring" }, { - id: "necklaces-1", name: "Signature Pearl Pendant", price: "$1,200", variant: "Gold & Cultured Pearl", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-female-wearing-ring-earrings-with-black-pendant_181624-20837.jpg", imageAlt: "Signature pearl pendant necklace" + id: "necklaces-1", name: "Signature Pearl Pendant", price: "$1,200", variant: "Gold & Cultured Pearl", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-female-wearing-ring-earrings-with-black-pendant_181624-20837.jpg?_wi=1", imageAlt: "Signature pearl pendant necklace" }, { - id: "bracelets-1", name: "Gemstone Tennis Bracelet", price: "$3,800", variant: "18K White Gold & Sapphires", imageSrc: "http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg", imageAlt: "Gemstone tennis bracelet" + id: "bracelets-1", name: "Gemstone Tennis Bracelet", price: "$3,800", variant: "18K White Gold & Sapphires", imageSrc: "http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg?_wi=1", imageAlt: "Gemstone tennis bracelet" }, { id: "earrings-1", name: "Diamond Halo Studs", price: "$2,200", variant: "Platinum & Diamonds", imageSrc: "http://img.b2bpic.net/free-photo/long-earring-with-violet-precious-stones-hang-from-woman-s-ear_8353-5042.jpg", imageAlt: "Diamond halo stud earrings" @@ -126,15 +126,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Certification & Authentication", description: "Every precious stone and metal comes with official certification and documentation of authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/bride-lies-her-hand-groom-s-one_8353-388.jpg", imageAlt: "Certified jewelry pieces" + title: "Certification & Authentication", description: "Every precious stone and metal comes with official certification and documentation of authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/bride-lies-her-hand-groom-s-one_8353-388.jpg?_wi=2", imageAlt: "Certified jewelry pieces" }, { id: 2, - title: "Custom Design Services", description: "Work with our artisans to create a bespoke piece that reflects your unique vision and style.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-female-wearing-ring-earrings-with-black-pendant_181624-20837.jpg", imageAlt: "Custom jewelry design process" + title: "Custom Design Services", description: "Work with our artisans to create a bespoke piece that reflects your unique vision and style.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-female-wearing-ring-earrings-with-black-pendant_181624-20837.jpg?_wi=2", imageAlt: "Custom jewelry design process" }, { id: 3, - title: "Fast & Secure Shipping", description: "Fully insured shipping with tracking and secure packaging for peace of mind with every order.", imageSrc: "http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg", imageAlt: "Secure jewelry packaging" + title: "Fast & Secure Shipping", description: "Fully insured shipping with tracking and secure packaging for peace of mind with every order.", imageSrc: "http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg?_wi=2", imageAlt: "Secure jewelry packaging" } ]} animationType="slide-up" @@ -235,7 +235,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "gradient-bars" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8829.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8829.jpg?_wi=1" imageAlt="Luxury jewelry boutique interior" mediaAnimation="slide-up" mediaPosition="right" @@ -247,7 +247,7 @@ export default function LandingPage() {