From d071321b70d75ba775230c4d87e60ca488937273 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:48:27 +0000 Subject: [PATCH 1/3] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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={[ { -- 2.49.1 From 16816c8bd3ac3f380606abbb097d3ae20367739e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:48:28 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }, { -- 2.49.1 From ae9a9864ce7a81e1674094318d04ee9cc3a16258 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:48:28 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]} -- 2.49.1