From ec15720d0a60c57e43fc93db4b1c0b85f66229ba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:50:27 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 60a3c14..ec56db8 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -52,22 +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.", media: { - 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"}, - items: [{ icon: Download, text: "Instant Access" }], - reverse: false, + 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: "Lifetime Updates", description: "Enjoy all future enhancements and updates for your acquired assets, free of charge.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg", imageAlt: "Futuristic digital access portal with glowing elements"}, - items: [{ icon: RefreshCw, text: "Lifetime Updates" }], - reverse: true, + 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: "Dedicated Support", description: "Our elite support team is available 24/7 to assist with any queries or needs.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg", imageAlt: "Futuristic digital access portal with glowing elements"}, - items: [{ icon: Headphones, text: "Dedicated Support" }], - reverse: false, + 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, }, ]} imageSrc="http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg" -- 2.49.1