diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index a432ffb..e3d8bd7 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -65,25 +65,25 @@ export default function LandingPage() { title: "Instant Access", description: "Download your premium content immediately after secure purchase.", icon: Download, - imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg?_wi=1", imageAlt: "Futuristic digital access portal with glowing elements", }, { title: "Lifetime Updates", description: "Enjoy all future enhancements and updates for your acquired assets, free of charge.", icon: RefreshCw, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg?_wi=2", imageAlt: "Futuristic digital access portal with glowing elements", }, { title: "Dedicated Support", description: "Our elite support team is available 24/7 to assist with any queries or needs.", icon: Headphones, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg?_wi=3", imageAlt: "Futuristic digital access portal with glowing elements", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg?_wi=2" imageAlt="Futuristic digital access portal with glowing elements" buttons={[ { diff --git a/src/app/page.tsx b/src/app/page.tsx index 3509a71..d0c57fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg?_wi=1" imageAlt="Dark cinematic luxury mansion background with VALLARIO logo" showDimOverlay={true} /> @@ -90,7 +90,7 @@ export default function LandingPage() { name: "Luxury Clips Vault", price: "$29", variant: "Digital Asset", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg?_wi=1", imageAlt: "Luxury Clips Vault product image", }, { diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 2b06809..a1966fb 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -166,7 +166,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg?_wi=1", imageAlt: "luxury car clips montage futuristic screen", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg?_wi=2", imageAlt: "luxury car clips montage futuristic screen", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg?_wi=2", imageAlt: "luxury car clips montage futuristic screen", }, ]}