diff --git a/src/app/page.tsx b/src/app/page.tsx index 7232cc2..faca014 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Why Homeowners Choose E M Landscaping", logoIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=1", imageAlt: "Beautiful transformed landscape", searchPlaceholder: "Your yard transformation starts here", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg", imageAlt: "Beautiful transformed landscape", searchPlaceholder: "Your yard transformation starts here", sidebarItems: [ { icon: Zap, active: true }, { icon: Shield }, { icon: Award }, @@ -98,7 +98,7 @@ export default function LandingPage() { tag="Honest • Dedicated • Reliable" tagIcon={Shield} tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg" imageAlt="Professional lawn care in action" buttons={[{ text: "Request Your Free Estimate", href: "#contact" }]} buttonAnimation="slide-up" @@ -116,7 +116,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Lawn Care & Maintenance", tags: ["Cutting", "Edging", "Weekly Service"], - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=2", imageAlt: "Professional lawn care"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", imageAlt: "Professional lawn care"}, { id: "2", title: "Landscaping & Yard Transformations", tags: ["Design", "Installation", "Custom"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Landscape design and mulch installation"}, @@ -131,7 +131,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-plants_329181-12452.jpg", imageAlt: "Professional plant installation"}, { id: "6", title: "Hauling & Cleanups", tags: ["Debris", "Trash", "Restoration"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=2", imageAlt: "Professional yard cleanup"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg", imageAlt: "Professional yard cleanup"}, ]} animationType="slide-up" textboxLayout="default" @@ -188,16 +188,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@happy_homeowner", testimonial: "The greatest gardener you will ever find. Edwin transformed our entire backyard in just two days. Professional, honest, and truly cares about the work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson testimonial"}, { id: "2", name: "Michael Chen", handle: "@michael_c", testimonial: "Affordable quote within an hour. Same-day service before my party. Only landscaper that actually contacted me right away. 10 stars is what they deserve.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen testimonial"}, { id: "3", name: "Jennifer Roberts", handle: "@jen_yards", testimonial: "Very professional and honest. Edwin gave us a fair price and delivered exactly what he promised. Our yard looks incredible and the cleanup was spotless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Jennifer Roberts testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jennifer Roberts testimonial"}, { id: "4", name: "David Martinez", handle: "@dave_home", testimonial: "Timely, organized, upfront, and honest. Edwin came when he said he would, did impeccable work, and cleaned up after himself. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Martinez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Martinez testimonial"}, ]} showRating={true} animationType="slide-up"