From 5c1e1085ec40d561fdc8467a49c906e8aa5fd39e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:41:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8518503..7148f76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} products={[ - { id: "p1", name: "Moisture Content (12%)", price: "Optimal Processing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg" }, - { id: "p2", name: "Nicotine (2.5%)", price: "Balanced Strength", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg" }, - { id: "p3", name: "Sugar (15%)", price: "Perfect Curing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg" } + { id: "p1", name: "Moisture Content (12%)", price: "Optimal Processing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg?_wi=1" }, + { id: "p2", name: "Nicotine (2.5%)", price: "Balanced Strength", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg?_wi=2" }, + { id: "p3", name: "Sugar (15%)", price: "Perfect Curing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg?_wi=3" } ]} /> -- 2.49.1