From 234931e43a55405b29c8defa4882bd7192cdddd2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:51:47 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index ec56db8..6d84fbe 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -52,13 +52,13 @@ export default function LandingPage() { description="Once your purchase is complete, you'll gain immediate and exclusive access to your VALLARIO digital assets." features={[ { - 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", imageAlt: "Futuristic digital access portal with glowing elements", reverse: false, + title: "Instant Access", description: "Download your premium content immediately after secure purchase.", imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg", imageAlt: "Futuristic digital access portal with glowing elements", reverse: false, }, { - 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", imageAlt: "Futuristic digital access portal with glowing elements", reverse: true, + title: "Lifetime Updates", description: "Enjoy all future enhancements and updates for your acquired assets, free of charge.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg", imageAlt: "Futuristic digital access portal with glowing elements", reverse: true, }, { - 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", imageAlt: "Futuristic digital access portal with glowing elements", reverse: false, + title: "Dedicated Support", description: "Our elite support team is available 24/7 to assist with any queries or needs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg", imageAlt: "Futuristic digital access portal with glowing elements", reverse: false, }, ]} imageSrc="http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg" -- 2.49.1