diff --git a/src/app/page.tsx b/src/app/page.tsx index 943c165..1f5f49a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Lawn Care" tagIcon={Leaf} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg" imageAlt="Professional lawn care and landscaping" imagePosition="right" mediaAnimation="blur-reveal" @@ -78,41 +78,41 @@ export default function LandingPage() { title="Our Services" description="Complete lawn and landscape solutions tailored to your property's needs" tag="What We Offer" - tagIcon={Sparkles} + tagIcon={Star} tagAnimation="slide-up" features={[ { title: "Professional Mowing", description: "Regular lawn mowing with precision cutting and debris removal", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=1", imageAlt: "Professional lawn mowing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg", imageAlt: "Professional lawn mowing service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=2", imageAlt: "Lawn mowing equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg", imageAlt: "Lawn mowing equipment"}, ], }, { title: "Lawn Edging & Trimming", description: "Sharp edges and trimmed borders for a polished appearance", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg?_wi=1", imageAlt: "Lawn edging service"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", imageAlt: "Lawn edging service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg?_wi=2", imageAlt: "Professional landscaping"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", imageAlt: "Professional landscaping"}, ], }, { title: "Weed Control", description: "Safe and effective weed removal to keep your lawn healthy", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=3", imageAlt: "Weed control treatment"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg", imageAlt: "Weed control treatment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg?_wi=3", imageAlt: "Lawn maintenance"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", imageAlt: "Lawn maintenance"}, ], }, { title: "Seasonal Cleanup", description: "Spring and fall maintenance to prepare your lawn year-round", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=2", imageAlt: "Seasonal lawn cleanup"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg", imageAlt: "Seasonal lawn cleanup"}, { imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Professional maintenance"}, ], @@ -165,10 +165,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Riverside Drive", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Sarah Mitchell"}, { id: "2", name: "James Patterson", role: "Business Owner", company: "Corporate Grounds", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=1", imageAlt: "James Patterson"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", imageAlt: "James Patterson"}, { id: "3", name: "Maria Rodriguez", role: "Property Manager", company: "Pine Heights Complex", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Rodriguez"}, @@ -177,10 +177,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "David Chen"}, { id: "5", name: "Lisa Thompson", role: "Commercial Manager", company: "Oakmont Plaza", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Lisa Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Lisa Thompson"}, { id: "6", name: "Michael Johnson", role: "HOA President", company: "Meadowbrook Estates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=2", imageAlt: "Michael Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", imageAlt: "Michael Johnson"}, ]} animationType="blur-reveal" gridVariant="uniform-all-items-equal"