From ccff753eb5dd86f9195eace9f25e3b2ceb0d6ab6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:24:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dccd7c..11b61f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "📦 Request Delivery", href: "#delivery-request" } ]} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/front-view-female-courier-with-delivery-dessert-food-yellow-wall_179666-35176.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-female-courier-with-delivery-dessert-food-yellow-wall_179666-35176.jpg?_wi=1" imageAlt="Courier on motorcycle making fast delivery" mediaAnimation="slide-up" imagePosition="right" @@ -86,19 +86,19 @@ export default function LandingPage() { }, { id: 3, - title: "Parcel Delivery", description: "Safe and secure delivery of packages and goods across the city", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-handing-package-smiling-woman-door_23-2151998645.jpg" + title: "Parcel Delivery", description: "Safe and secure delivery of packages and goods across the city", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-handing-package-smiling-woman-door_23-2151998645.jpg?_wi=1" }, { id: 4, - title: "Document Delivery", description: "Urgent delivery of important documents and contracts", imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-courier-giving-pizza-boxes-person_114579-4279.jpg" + title: "Document Delivery", description: "Urgent delivery of important documents and contracts", imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-courier-giving-pizza-boxes-person_114579-4279.jpg?_wi=1" }, { id: 5, - title: "Store Deliveries", description: "Quick delivery service for retail shops and small businesses", imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195438.jpg" + title: "Store Deliveries", description: "Quick delivery service for retail shops and small businesses", imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195438.jpg?_wi=1" }, { id: 6, - title: "Express Same-Day", description: "Same-day delivery for urgent shipments and time-sensitive packages", imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-courier-giving-pizza-boxes-person_114579-4279.jpg" + title: "Express Same-Day", description: "Same-day delivery for urgent shipments and time-sensitive packages", imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-courier-giving-pizza-boxes-person_114579-4279.jpg?_wi=2" } ]} animationType="blur-reveal" @@ -114,15 +114,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Call or Request Online", description: "Contact us via phone at 07 08 29 82 56, WhatsApp, or fill out the delivery request form with your details", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-with-delivery-dessert-food-yellow-wall_179666-35176.jpg" + title: "Call or Request Online", description: "Contact us via phone at 07 08 29 82 56, WhatsApp, or fill out the delivery request form with your details", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-with-delivery-dessert-food-yellow-wall_179666-35176.jpg?_wi=2" }, { id: 2, - title: "Driver Picks Up Your Package", description: "Our driver arrives quickly at your location to collect the package or order", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-handing-package-smiling-woman-door_23-2151998645.jpg" + title: "Driver Picks Up Your Package", description: "Our driver arrives quickly at your location to collect the package or order", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-handing-package-smiling-woman-door_23-2151998645.jpg?_wi=2" }, { id: 3, - title: "Fast Delivery Across Beni Mellal", description: "Your delivery reaches its destination quickly and safely, every time", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-with-delivery-dessert-food-yellow-wall_179666-35176.jpg" + title: "Fast Delivery Across Beni Mellal", description: "Your delivery reaches its destination quickly and safely, every time", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-with-delivery-dessert-food-yellow-wall_179666-35176.jpg?_wi=3" } ]} animationType="blur-reveal" @@ -178,7 +178,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email" buttonText="Request Now" termsText="We respect your privacy. Your information is only used to process your delivery request." - imageSrc="http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195438.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195438.jpg?_wi=2" mediaPosition="right" mediaAnimation="slide-up" /> -- 2.49.1