Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-27 19:41:07 +00:00

View File

@@ -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" }
]}
/>
</div>