From b0da3517a0faab52c36ab7ee8fcb153aa95f5816 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:13:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37e14c8..de443f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:079852 39965" }, { text: "Get Plant Quote", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/copy-space-blossom-flowers-pots_23-2148444128.jpg" + imageSrc="http://img.b2bpic.net/free-photo/copy-space-blossom-flowers-pots_23-2148444128.jpg?_wi=1" imageAlt="Vibrant plant nursery in Varanasi" showDimOverlay={true} /> @@ -60,10 +60,10 @@ export default function LandingPage() { { title: "Indoor Plants", description: "Perfect for homes, offices, and apartments. Easy to maintain with beautiful foliage.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022051.jpg", imageAlt: "Indoor potted plants" + imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022051.jpg?_wi=1", imageAlt: "Indoor potted plants" }, { - imageSrc: "http://img.b2bpic.net/free-photo/nature-animals_1122-1882.jpg", imageAlt: "Flowering indoor plants" + imageSrc: "http://img.b2bpic.net/free-photo/nature-animals_1122-1882.jpg?_wi=1", imageAlt: "Flowering indoor plants" }, { imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969832.jpg", imageAlt: "Indoor plant varieties" @@ -73,13 +73,13 @@ export default function LandingPage() { { title: "Outdoor Plants", description: "Stunning landscaping plants and shrubs for gardens and terraces.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-decorative-yellow-purple-flowers_23-2147600586.jpg", imageAlt: "Outdoor garden plants" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-decorative-yellow-purple-flowers_23-2147600586.jpg?_wi=1", imageAlt: "Outdoor garden plants" }, { - imageSrc: "http://img.b2bpic.net/free-photo/nature-animals_1122-1882.jpg", imageAlt: "Outdoor flowering plants" + imageSrc: "http://img.b2bpic.net/free-photo/nature-animals_1122-1882.jpg?_wi=2", imageAlt: "Outdoor flowering plants" }, { - imageSrc: "http://img.b2bpic.net/free-photo/copy-space-blossom-flowers-pots_23-2148444128.jpg", imageAlt: "Garden setup" + imageSrc: "http://img.b2bpic.net/free-photo/copy-space-blossom-flowers-pots_23-2148444128.jpg?_wi=2", imageAlt: "Garden setup" } ] }, @@ -127,7 +127,7 @@ export default function LandingPage() { id: "1", value: "15+", title: "Years of Excellence", description: "Serving Varanasi's gardening community with dedication", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg", imageAlt: "Experienced nursery team" }, { - id: "2", value: "5000+", title: "Happy Customers", description: "Satisfied customers across Varanasi, BHU area, and nearby districts", imageSrc: "http://img.b2bpic.net/free-photo/close-up-decorative-yellow-purple-flowers_23-2147600586.jpg", imageAlt: "Customer garden setup" + id: "2", value: "5000+", title: "Happy Customers", description: "Satisfied customers across Varanasi, BHU area, and nearby districts", imageSrc: "http://img.b2bpic.net/free-photo/close-up-decorative-yellow-purple-flowers_23-2147600586.jpg?_wi=2", imageAlt: "Customer garden setup" } ]} animationType="slide-up" @@ -159,11 +159,11 @@ export default function LandingPage() { }, { id: "5", name: "Neha Singh", handle: "@plant_parent", testimonial: "First time buying plants and they were so helpful! They explained everything about plant care. My monstera is thriving!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022051.jpg", imageAlt: "Neha's indoor plants" + imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022051.jpg?_wi=2", imageAlt: "Neha's indoor plants" }, { id: "6", name: "Vikram Kumar", handle: "@home_makeover", testimonial: "Outstanding experience! They helped me select the perfect plants for my terrace. The plants are healthy and delivery was quick.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nature-animals_1122-1882.jpg", imageAlt: "Vikram's terrace garden" + imageSrc: "http://img.b2bpic.net/free-photo/nature-animals_1122-1882.jpg?_wi=3", imageAlt: "Vikram's terrace garden" } ]} showRating={true} @@ -181,7 +181,7 @@ export default function LandingPage() { tagIcon={Phone} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/copy-space-blossom-flowers-pots_23-2148444128.jpg" + imageSrc="http://img.b2bpic.net/free-photo/copy-space-blossom-flowers-pots_23-2148444128.jpg?_wi=3" imageAlt="Banaras Bag Nursery" mediaPosition="right" inputPlaceholder="Enter your email" -- 2.49.1