From 153b41823ac373b5a6c9c139b1d717e3a16fc96d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:30:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d11a563..02287d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { id: "2", name: "Complete Hydroponic System Kit", price: "$599.99", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-unknown-woman-checks-fitness-results-smartwatch-monitors-pulse-dressed-casual-sweatshirt-carries-karemat-poses-outdoors-faceless-sportswoman-uses-modern-gadget-sport_273609-60647.jpg?_wi=1", imageAlt: "Hydroponic growing system kit", initialQuantity: 1 }, { - id: "3", name: "Premium Nutrient Solution Bundle", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-portrait-beautiful-woman-with-perfect-skin-big-amazing-smile-have-blonde-fluffy-curled-hairs-wearing-white-wither-sparkles-sweater-pearl-bracelet-round-sunglasses_291049-348.jpg", imageAlt: "Premium grow nutrients", initialQuantity: 1 + id: "", name: "Premium Nutrient Solution Bundle", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-portrait-beautiful-woman-with-perfect-skin-big-amazing-smile-have-blonde-fluffy-curled-hairs-wearing-white-wither-sparkles-sweater-pearl-bracelet-round-sunglasses_291049-348.jpg", imageAlt: "Premium grow nutrients", initialQuantity: 1 }, { id: "4", name: "Climate Control Monitor", price: "$199.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AglnAPREp2070EFrZOuJqaCmer/uploaded-1773022694495-wzsfkt3m.png", imageAlt: "Smart climate control device", initialQuantity: 1 @@ -158,7 +158,7 @@ export default function LandingPage() { id: "2", name: "Jennifer Walsh", handle: "@jen_grows", testimonial: "The hydroponic system kit was excellent quality. Setup was easy and my plants thrived. Highly recommend Cannabis Grow Shop!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-executive-taking-photo_1154-209.jpg?_wi=1", imageAlt: "Jennifer Walsh" }, { - id: "3", name: "David Lopez", handle: "@lopezgrowing", testimonial: "Fantastic products and knowledgeable staff. The nutrient solutions dramatically improved my crop quality. Worth every dollar!", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-closeup-emotion-concept_169016-65608.jpg", imageAlt: "David Lopez" + id: "", name: "David Lopez", handle: "@lopezgrowing", testimonial: "Fantastic products and knowledgeable staff. The nutrient solutions dramatically improved my crop quality. Worth every dollar!", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-closeup-emotion-concept_169016-65608.jpg", imageAlt: "David Lopez" }, { id: "4", name: "Sarah Chen", handle: "@sarah_cultivates", testimonial: "The climate control monitor is a game-changer. Real-time monitoring helped me maintain perfect growing conditions consistently.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", imageAlt: "Sarah Chen" -- 2.49.1