From 175e19d7e2244871c8c49af6618f0e137b16c618 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:33:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3da2e8..4a07027 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-holding-lettuce-basket_23-2148617152.jpg", imageAlt: "Lush green nursery with healthy plants"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-potted-plant-greenhouse_23-2147948292.jpg", imageAlt: "Wide view of Kisan Nursery plantation"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-potted-plant-greenhouse_23-2147948292.jpg?_wi=1", imageAlt: "Wide view of Kisan Nursery plantation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-s-hands-planting-plants-t-pot_23-2148165170.jpg", imageAlt: "Farmer with healthy plant saplings"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-s-hands-planting-plants-t-pot_23-2148165170.jpg?_wi=1", imageAlt: "Farmer with healthy plant saplings"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -79,7 +79,7 @@ export default function LandingPage() { { title: "Farmer Friendly Guidance", description: "Expert advice on plant care, cultivation tips, and agricultural best practices"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-looking-potted-plant-greenhouse_23-2147948292.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-looking-potted-plant-greenhouse_23-2147948292.jpg?_wi=2" imageAlt="Kisan Nursery plantation overview" mediaAnimation="slide-up" textboxLayout="default" @@ -108,9 +108,9 @@ export default function LandingPage() { { id: "lemon", name: "Lemon Plants", price: "₹120-280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-lemons-with-limes-plate-with-wedges-mint-wooden-background_141793-49738.jpg", imageAlt: "Fresh lemon plant with foliage"}, { - id: "flower", name: "Flower Plants", price: "₹50-150", imageSrc: "http://img.b2bpic.net/free-photo/pink-flowers-leaves-background_23-2148245271.jpg", imageAlt: "Vibrant flowering ornamental plants"}, + id: "flower", name: "Flower Plants", price: "₹50-150", imageSrc: "http://img.b2bpic.net/free-photo/pink-flowers-leaves-background_23-2148245271.jpg?_wi=1", imageAlt: "Vibrant flowering ornamental plants"}, { - id: "seasonal", name: "Seasonal Plants", price: "₹80-200", imageSrc: "http://img.b2bpic.net/free-photo/pink-flowers-leaves-background_23-2148245271.jpg", imageAlt: "Seasonal plant varieties"}, + id: "seasonal", name: "Seasonal Plants", price: "₹80-200", imageSrc: "http://img.b2bpic.net/free-photo/pink-flowers-leaves-background_23-2148245271.jpg?_wi=2", imageAlt: "Seasonal plant varieties"}, ]} /> @@ -125,13 +125,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Quality", title: "Healthy Plants", subtitle: "Disease-free and well-nurtured", description: "Every plant is carefully grown in optimal conditions and inspected before delivery. We ensure maximum health and disease resistance for successful growth in your farm or garden.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-potted-plant-greenhouse_23-2147948292.jpg"}, + tag: "Quality", title: "Healthy Plants", subtitle: "Disease-free and well-nurtured", description: "Every plant is carefully grown in optimal conditions and inspected before delivery. We ensure maximum health and disease resistance for successful growth in your farm or garden.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-potted-plant-greenhouse_23-2147948292.jpg?_wi=3"}, { id: 2, - tag: "Expertise", title: "Farmer Guidance", subtitle: "Expert cultivation advice included", description: "Our team provides personalized guidance on plant care, watering schedules, soil preparation, and seasonal cultivation tips to ensure your plants thrive and produce abundantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-s-hands-planting-plants-t-pot_23-2148165170.jpg"}, + tag: "Expertise", title: "Farmer Guidance", subtitle: "Expert cultivation advice included", description: "Our team provides personalized guidance on plant care, watering schedules, soil preparation, and seasonal cultivation tips to ensure your plants thrive and produce abundantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-s-hands-planting-plants-t-pot_23-2148165170.jpg?_wi=2"}, { id: 3, - tag: "Service", title: "Local & Trusted", subtitle: "Serving Palitana for years", description: "We are a trusted local business committed to supporting farmers and gardeners. Our reputation is built on reliability, quality products, and genuine customer care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-potted-plant-greenhouse_23-2147948292.jpg"}, + tag: "Service", title: "Local & Trusted", subtitle: "Serving Palitana for years", description: "We are a trusted local business committed to supporting farmers and gardeners. Our reputation is built on reliability, quality products, and genuine customer care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-potted-plant-greenhouse_23-2147948292.jpg?_wi=4"}, ]} /> -- 2.49.1