From 06d4f8da3b92b40522f7f51e67920ff3f00118e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 12:40:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2e1626..68b5671 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,9 +59,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mockup-devices-with-office-supplies_23-2148226909.jpg", imageAlt: "smartphone product photography white"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mockup-devices-with-office-supplies_23-2148226909.jpg?_wi=1", imageAlt: "smartphone product photography white"}, { - imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-christmas-sale-close-up_169016-43488.jpg", imageAlt: "smartphone case close up"} + imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-christmas-sale-close-up_169016-43488.jpg?_wi=1", imageAlt: "smartphone case close up"} ]} rating={5} ratingText="Trusted by 1000+ Customers" @@ -118,11 +118,11 @@ export default function LandingPage() { { id: "f2", title: "Fast Delivery", descriptions: [ "We deliver across The Gambia quickly and reliably."], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mockup-devices-with-office-supplies_23-2148226909.jpg", imageAlt: "apple logo tech brand"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mockup-devices-with-office-supplies_23-2148226909.jpg?_wi=2", imageAlt: "apple logo tech brand"}, { id: "f3", title: "Great Support", descriptions: [ "Expert advice and friendly customer service support."], - imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-christmas-sale-close-up_169016-43488.jpg", imageAlt: "apple logo tech brand"}, + imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-christmas-sale-close-up_169016-43488.jpg?_wi=2", imageAlt: "apple logo tech brand"}, ]} title="Why Choose BuyApple" description="Experience superior service and products designed for your lifestyle." -- 2.49.1