From 27c8a99f266f708d4d555d12e173d0656c2561d0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:01:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04934ff..914dacb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,9 +74,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "Express Delivery", description: "Get your order in 24-48 hours.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-confident-male-delivery-person-wearing-hat-sitting-scooter-holding-order-making-ok-gesture_179666-40992.jpg", imageAlt: "Fast Delivery" }, { imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-confident-male-delivery-person-wearing-hat-sitting-scooter-holding-order-making-ok-gesture_179666-40992.jpg", imageAlt: "Fast Delivery" }] }, - { title: "Secure Payments", description: "Multiple encryption layers for safety.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg", imageAlt: "Secure Payments" }, { imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg", imageAlt: "Secure Payments" }] }, - { title: "24/7 Support", description: "We are here for you whenever needed.", icon: Headphones, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-service-availability-concept-background_1017-54475.jpg", imageAlt: "24/7 Support" }, { imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-service-availability-concept-background_1017-54475.jpg", imageAlt: "24/7 Support" }] }, + { title: "Express Delivery", description: "Get your order in 24-48 hours.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-confident-male-delivery-person-wearing-hat-sitting-scooter-holding-order-making-ok-gesture_179666-40992.jpg?_wi=1", imageAlt: "Fast Delivery" }, { imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-confident-male-delivery-person-wearing-hat-sitting-scooter-holding-order-making-ok-gesture_179666-40992.jpg?_wi=2", imageAlt: "Fast Delivery" }] }, + { title: "Secure Payments", description: "Multiple encryption layers for safety.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg?_wi=1", imageAlt: "Secure Payments" }, { imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg?_wi=2", imageAlt: "Secure Payments" }] }, + { title: "24/7 Support", description: "We are here for you whenever needed.", icon: Headphones, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-service-availability-concept-background_1017-54475.jpg?_wi=1", imageAlt: "24/7 Support" }, { imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-service-availability-concept-background_1017-54475.jpg?_wi=2", imageAlt: "24/7 Support" }] }, ]} title="Why Choose Us" description="We prioritize quality and customer satisfaction above all else." -- 2.49.1