diff --git a/src/app/page.tsx b/src/app/page.tsx index da71178..750827b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,25 +47,25 @@ export default function LandingPage() { tag="Quality Guaranteed" tagIcon={Leaf} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg" - imageAlt="Beautiful manicured garden with lush green lawn and decorative plants" + imageSrc="https://images.unsplash.com/photo-1585421514675-dfe63b5d2dfe?w=1200&h=800&fit=crop" + imageAlt="Beautifully manicured lawn with professional landscaping" mediaAnimation="slide-up" testimonials={[ { name: "Michael Rodriguez", handle: "Homeowner", testimonial: "The team transformed our backyard completely. Professional, reliable, and attention to detail is remarkable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-architect-holding-blue-prints-his-hand_23-2147842955.jpg" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop" }, { name: "Sarah Chen", handle: "Business Owner", testimonial: "Outstanding landscape maintenance. Our property looks pristine year-round. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop" }, { name: "David Thompson", handle: "Property Manager", testimonial: "Consistent, punctual, and professional. They handle multiple properties flawlessly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg" + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop" }, { name: "Emily Watson", handle: "HOA Director", testimonial: "Best landscaping company we've worked with. Quality work at fair prices.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-phone_23-2148230239.jpg" + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop" } ]} buttons={[ @@ -81,7 +81,7 @@ export default function LandingPage() {