From fa506287101743940454ec1d4d7db91bc438391b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:57:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e362ff2..7e3384e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=1" imageAlt="Latest flagship smartphones" className="w-full" containerClassName="max-w-6xl mx-auto px-4" @@ -153,19 +153,19 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Shipping", title: "Express Delivery", subtitle: "Fast & Reliable", description: "Get your phone delivered within 2-3 business days with secure packaging and tracking.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" + tag: "Shipping", title: "Express Delivery", subtitle: "Fast & Reliable", description: "Get your phone delivered within 2-3 business days with secure packaging and tracking.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=2" }, { id: 2, - tag: "Warranty", title: "Extended Warranty", subtitle: "Peace of Mind", description: "Comprehensive warranty coverage and hassle-free replacement options for complete protection.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" + tag: "Warranty", title: "Extended Warranty", subtitle: "Peace of Mind", description: "Comprehensive warranty coverage and hassle-free replacement options for complete protection.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=3" }, { id: 3, - tag: "Support", title: "24/7 Support", subtitle: "Always There", description: "Expert customer support team available round the clock to assist with your queries.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" + tag: "Support", title: "24/7 Support", subtitle: "Always There", description: "Expert customer support team available round the clock to assist with your queries.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=4" }, { id: 4, - tag: "Payment", title: "Secure Checkout", subtitle: "Safe & Easy", description: "Multiple payment options with bank-level encryption for secure transactions.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" + tag: "Payment", title: "Secure Checkout", subtitle: "Safe & Easy", description: "Multiple payment options with bank-level encryption for secure transactions.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=5" } ]} buttons={[ -- 2.49.1