From 97abdc87de1c8934091c7e76a61b8118370a3746 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:58:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f6d636..76980c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { title: "Fast Shipping", description: "Your plants arrive quickly and safely, packaged to perfection for the journey.", icon: Truck, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/various-small-cacti_53876-31861.jpg" + imageSrc="http://img.b2bpic.net/free-photo/various-small-cacti_53876-31861.jpg?_wi=1" imageAlt="Collection of our premium cacti" mediaAnimation="slide-up" imagePosition="right" @@ -112,7 +112,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Golden Barrel Cactus", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/various-small-cacti_53876-31861.jpg", imageAlt: "Golden Barrel Cactus in ceramic pot"}, + id: "1", name: "Golden Barrel Cactus", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/various-small-cacti_53876-31861.jpg?_wi=2", imageAlt: "Golden Barrel Cactus in ceramic pot"}, { id: "2", name: "Prickly Pear", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/barrel-cactus_181624-23342.jpg", imageAlt: "Prickly Pear cactus plant"}, { @@ -157,16 +157,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahjplants", testimonial: "Absolutely love my collection! The cacti arrived healthy and the care guide was incredibly helpful. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "@greenthumbmike", testimonial: "Best plant shop I've found online. Fast shipping, beautiful specimens, and excellent customer service. Will order again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Michael Chen"}, + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=1", imageAlt: "Michael Chen"}, { id: "3", name: "Emma Rodriguez", handle: "@emmasgarden", testimonial: "The quality of the plants is outstanding. I've gifted several to friends and they're all thriving. Thank you, Cactus Haven!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Emma Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Emma Rodriguez"}, { id: "4", name: "David Kim", handle: "@davidkfitness", testimonial: "Finally found a reliable source for quality cacti. Great prices, beautiful plants, and they actually survive! Fantastic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "David Kim"}, + imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=2", imageAlt: "David Kim"}, ]} showRating={true} animationType="slide-up"