From 8d8943d65b438b0c730107aabda52df955d9a091 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:34:05 +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 5e6650c..997c3bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,21 +50,21 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=1" imageAlt="Luxury landscape garden design with water features and modern architecture" mediaAnimation="opacity" testimonials={[ { name: "Victoria Stanford", handle: "Estate Owner, Westchester", testimonial: "Transformed our 2-acre property into an absolute masterpiece. Every detail exceeded expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "James Mitchell", handle: "Property Developer", testimonial: "Their vision and execution are unparalleled. Our landscape now serves as a crown jewel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg?_wi=1" }, { name: "Catherine Blake", handle: "Homeowner, Connecticut", testimonial: "White-glove service from concept to completion. Truly luxury landscaping at its finest.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" } ]} testimonialRotationInterval={5000} @@ -155,15 +155,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Victoria Stanford", role: "Founder", company: "Stanford Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" }, { id: "2", name: "James Mitchell", role: "Principal", company: "Mitchell Development Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg?_wi=2" }, { id: "3", name: "Catherine Blake", role: "CEO", company: "Blake Family Office", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" }, { id: "4", name: "Richard Ashford", role: "Executive", company: "Ashford Capital Partners", rating: 5, @@ -252,7 +252,7 @@ export default function LandingPage() { description="Our landscape design specialists are ready to discuss your vision. Complete the form below to schedule your complimentary consultation with our team." background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=2" imageAlt="Luxury garden landscape with modern architecture and sophisticated design" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1