diff --git a/src/app/page.tsx b/src/app/page.tsx index c41828f..6e8f97a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} buttons={[{ text: "Join Our Live Show", href: "https://www.whatnot.com/s/xeIJ5XNt" }]} mediaItems={[ - { imageSrc: "https://img.b2bpic.net/free-photo/hands-holding-face-cream_23-2149544901.jpg", imageAlt: "Hand holding face cream" }, + { imageSrc: "https://img.b2bpic.net/free-photo/hands-holding-face-cream_23-2149544901.jpg?_wi=1", imageAlt: "Hand holding face cream" }, { imageSrc: "https://img.b2bpic.net/free-photo/woman-holding-lipstick-concept_23-2148483750.jpg", imageAlt: "Hand holding lipstick" }, { imageSrc: "https://img.b2bpic.net/free-photo/close-up-woman-holding-tube_23-2149021643.jpg", imageAlt: "Hand holding beauty tube" } ]} @@ -70,7 +70,7 @@ export default function LandingPage() { description="Glow Theory is your premier Miami-based destination for beauty wholesale live-selling. We specialize in curating exquisite reseller bundles featuring top-tier skincare, fragrance, and cosmetics, alongside daily product drops. Our mission is to empower beauty entrepreneurs with access to the most coveted products in the market." subdescription="CEO: Lee Coral" icon={Sparkles} - imageSrc="https://img.b2bpic.net/free-photo/hands-holding-face-cream_23-2149544901.jpg" + imageSrc="https://img.b2bpic.net/free-photo/hands-holding-face-cream_23-2149544901.jpg?_wi=2" imageAlt="Hand holding beauty product" mediaAnimation="opacity" useInvertedBackground={false} @@ -193,7 +193,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Type your message...", rows: 5, required: true }} buttonText="Contact Support" - imageSrc="https://img.b2bpic.net/free-photo/hands-holding-face-cream_23-2149544901.jpg" + imageSrc="https://img.b2bpic.net/free-photo/hands-holding-face-cream_23-2149544901.jpg?_wi=3" imageAlt="Hands holding beauty product for support" mediaAnimation="opacity" mediaPosition="right"