diff --git a/src/app/page.tsx b/src/app/page.tsx index 710c77c..869e342 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { @@ -107,7 +107,7 @@ export default function LandingPage() { description="MarketHub Team" subdescription="Building trust in e-commerce since 2020" icon={ShoppingCart} - imageSrc="http://img.b2bpic.net/free-photo/shopping-cart-black-background-with-copy-space_23-2148317906.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/shopping-cart-black-background-with-copy-space_23-2148317906.jpg" imageAlt="MarketHub marketplace" mediaAnimation="slide-up" useInvertedBackground={true} @@ -127,14 +127,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Lightning-Fast Delivery", author: "Logistics Excellence", description: "Get your orders delivered quickly with our optimized shipping network and real-time tracking.", tags: ["Fast", "Reliable"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-holding-opened-pizza-box-yellow-space_140725-106559.jpg", imageAlt: "Fast delivery service"}, + id: "1", title: "Lightning-Fast Delivery", author: "Logistics Excellence", description: "Get your orders delivered quickly with our optimized shipping network and real-time tracking.", tags: ["Fast", "Reliable"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-holding-opened-pizza-box-yellow-space_140725-106559.jpg", imageAlt: "Fast delivery service"}, { - id: "2", title: "Secure Payment Gateway", author: "Security First", description: "Shop with confidence using our encrypted payment systems and fraud protection measures.", tags: ["Secure", "Protected"], - imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-with-digital-padlock_23-2148538441.jpg", imageAlt: "Secure payment protection"}, + id: "2", title: "Secure Payment Gateway", author: "Security First", description: "Shop with confidence using our encrypted payment systems and fraud protection measures.", tags: ["Secure", "Protected"], imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-with-digital-padlock_23-2148538441.jpg", imageAlt: "Secure payment protection"}, { - id: "3", title: "24/7 Customer Support", author: "Always Available", description: "Our dedicated support team is ready to help you anytime, answering questions and resolving issues.", tags: ["Support", "Responsive"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-support-worker-wearing-headset-following-call-script_482257-125782.jpg", imageAlt: "Customer support service"}, + id: "3", title: "24/7 Customer Support", author: "Always Available", description: "Our dedicated support team is ready to help you anytime, answering questions and resolving issues.", tags: ["Support", "Responsive"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-support-worker-wearing-headset-following-call-script_482257-125782.jpg", imageAlt: "Customer support service"}, ]} animationType="slide-up" />