diff --git a/src/app/page.tsx b/src/app/page.tsx index 96c264d..cb4f8af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,15 +22,15 @@ const navItems = [ const carouselItems = [ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/grassland-landscape-greening-environment-park-background_1112-1181.jpg?_wi=1", imageAlt: "Beautifully maintained residential lawn"}, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/grassland-landscape-greening-environment-park-background_1112-1181.jpg", imageAlt: "Beautifully maintained residential lawn"}, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg?_wi=1", imageAlt: "Professional lawn transformation result"}, + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg", imageAlt: "Professional lawn transformation result"}, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg?_wi=1", imageAlt: "Professional lawn mowing service"}, + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg", imageAlt: "Professional lawn mowing service"}, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/grassland-landscape-greening-environment-park-background_1112-1181.jpg?_wi=2", imageAlt: "Pristine green lawn in sunlight"}, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/grassland-landscape-greening-environment-park-background_1112-1181.jpg", imageAlt: "Pristine green lawn in sunlight"}, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg?_wi=2", imageAlt: "Perfect lawn maintenance showcase"}, + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg", imageAlt: "Perfect lawn maintenance showcase"}, { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8974.jpg", imageAlt: "Detailed lawn edge finishing work"}, ]; @@ -54,9 +54,9 @@ const products = [ { id: "project-1", name: "Complete Yard Transformation", price: "Expert Care", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-her-children-ride-wheelbarrow_23-2147907094.jpg", imageAlt: "Before transformation - overgrown yard"}, { - id: "project-2", name: "Professional Result", price: "Expert Care", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg?_wi=3", imageAlt: "After transformation - pristine lawn"}, + id: "project-2", name: "Professional Result", price: "Expert Care", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg", imageAlt: "After transformation - pristine lawn"}, { - id: "project-3", name: "Weekly Maintenance", price: "Ongoing", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg?_wi=2", imageAlt: "Professional mowing service"}, + id: "project-3", name: "Weekly Maintenance", price: "Ongoing", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg", imageAlt: "Professional mowing service"}, ]; const metrics = [ @@ -126,7 +126,7 @@ export default function LandingPage() { tag="Local Expertise" tagIcon={Sparkles} tagAnimation="slide-up" - background="radial-gradient" + background={{ variant: "radial-gradient" }} buttons={[ { text: "Request Your Free Quote Today", href: "#contact" }, { text: "View Our Work", href: "#gallery" },