diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c7c8f3..7a4eb33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { CheckCircle, Clock, Droplet, Hammer2, Home, Leaf, Lightbulb, MapPin, Scissors, Sparkles, Star, Trash2, Trees, Users } from 'lucide-react'; +import { CheckCircle, Clock, Droplet, Hammer, Home, Leaf, Lightbulb, MapPin, Scissors, Sparkles, Star, Trash2, Trees, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -55,19 +55,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "@mesquite_homeowner", testimonial: "Their work has always been quality work. Fast response and showed up quickly when I needed them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-crate-with-vivid-potted-plants-garden_23-2147844282.jpg?_wi=1", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-crate-with-vivid-potted-plants-garden_23-2147844282.jpg", imageAlt: "Sarah Johnson" }, { name: "Mike Rodriguez", handle: "@local_business_owner", testimonial: "Fabulous folks… highly recommend. They treated my yard like it was their own.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg?_wi=1", imageAlt: "Mike Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg", imageAlt: "Mike Rodriguez" }, { name: "Jennifer Lee", handle: "@mesquite_resident", testimonial: "Responsive, reliable, and honest. Best lawn care service in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23606.jpg?_wi=1", imageAlt: "Jennifer Lee" + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23606.jpg", imageAlt: "Jennifer Lee" }, { name: "David Smith", handle: "@desert_homeowner", testimonial: "Professional team that shows up on time and delivers exactly what they promise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-using-phone_1303-24913.jpg?_wi=1", imageAlt: "David Smith" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-using-phone_1303-24913.jpg", imageAlt: "David Smith" } ]} testimonialRotationInterval={5000} @@ -119,7 +119,7 @@ export default function LandingPage() { title: "Landscaping", description: "Custom landscaping design and installation to enhance your property's curb appeal.", bentoComponent: "icon-info-cards", items: [ { icon: Trees, label: "Design", value: "Custom" }, { icon: Lightbulb, label: "Ideas", value: "Professional" }, - { icon: Hammer2, label: "Installation", value: "Expert" } + { icon: Hammer, label: "Installation", value: "Expert" } ], button: { text: "Request Estimate", href: "#contact" } }, @@ -193,19 +193,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "Mesquite, NV Homeowner", testimonial: "Their work has always been quality work. Fast response and showed up quickly when I needed them. Highly professional team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-crate-with-vivid-potted-plants-garden_23-2147844282.jpg?_wi=2", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-crate-with-vivid-potted-plants-garden_23-2147844282.jpg", imageAlt: "Sarah Johnson" }, { id: "2", name: "Mike Rodriguez", handle: "Local Business Owner", testimonial: "Fabulous folks… highly recommend. They treated my yard like it was their own. Best service I've experienced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg?_wi=2", imageAlt: "Mike Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg", imageAlt: "Mike Rodriguez" }, { id: "3", name: "Jennifer Lee", handle: "Mesquite Resident", testimonial: "Responsive, reliable, and honest. They communicate clearly and deliver exactly what they promise. Best in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23606.jpg?_wi=2", imageAlt: "Jennifer Lee" + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23606.jpg", imageAlt: "Jennifer Lee" }, { id: "4", name: "David Smith", handle: "Desert Homeowner", testimonial: "Professional team that shows up on time and delivers quality work every single time. I recommend them to all my neighbors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-using-phone_1303-24913.jpg?_wi=2", imageAlt: "David Smith" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-using-phone_1303-24913.jpg", imageAlt: "David Smith" } ]} />