From 6b325430d05ccd31dcd2c0678cedb5d6e0205a58 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:38:13 +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 fbc8d6e..2344024 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,13 +93,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Monstera Deliciosa", price: "₹199", imageSrc: "http://img.b2bpic.net/free-vector/realistic-house-plant-monstera-with-carved-leaves-glossy-pot-isolated-white_98292-7874.jpg", imageAlt: "Monstera Deliciosa plant", initialQuantity: 1 + id: "1", name: "Monstera Deliciosa", price: "₹199 (Starting at ₹30)", imageSrc: "http://img.b2bpic.net/free-vector/realistic-house-plant-monstera-with-carved-leaves-glossy-pot-isolated-white_98292-7874.jpg", imageAlt: "Monstera Deliciosa plant", initialQuantity: 1 }, { - id: "2", name: "Golden Pothos", price: "₹89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-house-plant_23-2148488497.jpg", imageAlt: "Golden Pothos hanging plant", initialQuantity: 1 + id: "2", name: "Golden Pothos", price: "₹30 - ₹89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-house-plant_23-2148488497.jpg", imageAlt: "Golden Pothos hanging plant", initialQuantity: 1 }, { - id: "3", name: "Snake Plant (Sansevieria)", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/houseplant-with-long-leaves-pot-against-wooden-wall-lights_181624-14719.jpg", imageAlt: "Snake plant in pot", initialQuantity: 1 + id: "3", name: "Snake Plant (Sansevieria)", price: "₹30 - ₹120", imageSrc: "http://img.b2bpic.net/free-photo/houseplant-with-long-leaves-pot-against-wooden-wall-lights_181624-14719.jpg", imageAlt: "Snake plant in pot", initialQuantity: 1 } ]} buttons={[ -- 2.49.1