From abe43ab654581274e2d56687ad33683a7795f7ab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 14:44:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8d511c..9bccb04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-spiky-leaves_23-2147810881.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-spiky-leaves_23-2147810881.jpg?_wi=1" /> @@ -89,7 +89,7 @@ export default function LandingPage() { description: "Third-party verified purity.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8867.jpg" + imageSrc="http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8867.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -105,7 +105,7 @@ export default function LandingPage() { id: "p1", name: "Sunset OG", price: "$60", - imageSrc: "http://img.b2bpic.net/free-photo/marijuana-leaves-cannabis-beautiful-background_1150-7603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/marijuana-leaves-cannabis-beautiful-background_1150-7603.jpg?_wi=1", }, { id: "p2", @@ -167,7 +167,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-spiky-leaves_23-2147810881.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-spiky-leaves_23-2147810881.jpg?_wi=2", imageAlt: "premium cannabis bud glass jar", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8867.jpg?_wi=2", imageAlt: "premium cannabis bud glass jar", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/marijuana-leaves-cannabis-beautiful-background_1150-7603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/marijuana-leaves-cannabis-beautiful-background_1150-7603.jpg?_wi=2", imageAlt: "premium cannabis bud glass jar", }, ]} -- 2.49.1