diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d13551..dd9d93f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,18 +53,18 @@ export default function LandingPage() { { text: "Learn More", href: "#about" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg?_wi=1" imageAlt="Premium THC vape collection" mediaAnimation="blur-reveal" imagePosition="right" testimonials={[ { name: "Marcus T.", handle: "Verified Customer", testimonial: "Best quality vapes I've tried. Fast shipping and excellent customer service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg?_wi=1" }, { name: "Sarah J.", handle: "Regular Customer", testimonial: "Consistent quality and reliability. These are the vapes I trust.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg?_wi=1" }, ]} testimonialRotationInterval={5000} @@ -76,7 +76,7 @@ export default function LandingPage() {