diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b44273..42f614d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-ring-cloth_23-2148966235.jpg", imageAlt: "Luxury lab-grown diamond engagement ring" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-ring-cloth_23-2148966235.jpg?_wi=1", imageAlt: "Luxury lab-grown diamond engagement ring" }, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-jewellery-display_23-2151921936.jpg", imageAlt: "Premium lab-grown diamond jewelry collection" @@ -228,7 +228,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your perfect diamond...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-wedding-ring-cloth_23-2148966235.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-wedding-ring-cloth_23-2148966235.jpg?_wi=2" imageAlt="Luxury lab-grown diamond jewelry" mediaAnimation="slide-up" mediaPosition="right"