From ac52da5e4b9490b934c1bb738c436162911a0bed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 22:27:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e697f4d..98c4847 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Professional lawn care services tailored to keep your yard healthy, lush, and beautiful throughout every season." buttons={[{ text: "Get a Quote", href: "#contact" }, { text: "Our Services", href: "#services" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-florist-apron-pink-gloves-thoughtfully-working-with-plants-greenhouse_574295-1592.jpg", imageAlt: "Lush manicured lawn" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-florist-apron-pink-gloves-thoughtfully-working-with-plants-greenhouse_574295-1592.jpg?_wi=1", imageAlt: "Lush manicured lawn" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg", imageAlt: "Professional landscaping" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-squatting-watering-pot-plants-from-hose-caucasian-blonde-woman-wearing-blue-shirt-apron-growing-flowers-greenhouse-commercial-gardening-activity-summer-concept_74855-12778.jpg", imageAlt: "Seasonal lawn care" }, { imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013383.jpg", imageAlt: "Garden maintenance" }, @@ -64,7 +64,7 @@ export default function LandingPage() { title="Premium Lawn Care Since 2010" description="At Vibrant Lawn Services, we pride ourselves on delivering expert care for your residential and commercial green spaces." subdescription="Our team uses professional-grade equipment and eco-friendly techniques to ensure your lawn stays vibrant all year long." - imageSrc="http://img.b2bpic.net/free-photo/mid-adult-farmer-examining-tomato-plants-vegetable-garden_662251-635.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-adult-farmer-examining-tomato-plants-vegetable-garden_662251-635.jpg?_wi=1" mediaAnimation="slide-up" icon={Leaf} imageAlt="Lawn care worker using equipment" @@ -77,9 +77,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Precision Mowing", description: "Expert-level trimming and edging for a perfect clean cut.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-watering-can-hand-shovel-gardening-scissors-greenhouse_23-2147948318.jpg", imageAlt: "lawn mowing service equipment" }, - { title: "Fertilization", description: "Custom nutrient blends to promote robust green grass growth.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-florist-apron-pink-gloves-thoughtfully-working-with-plants-greenhouse_574295-1592.jpg", imageAlt: "lawn mowing service equipment" }, - { title: "Aeration", description: "Relieving soil compaction to allow roots to breathe deeper.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-farmer-examining-tomato-plants-vegetable-garden_662251-635.jpg", imageAlt: "lawn mowing service equipment" }, - { title: "Seasonal Cleanup", description: "Keeping your lawn debris-free in every changing season.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/yellow-bucket-lodged-pile-scattered-buckwheat-marble-surface_114579-71393.jpg", imageAlt: "lawn mowing service equipment" }, + { title: "Fertilization", description: "Custom nutrient blends to promote robust green grass growth.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-florist-apron-pink-gloves-thoughtfully-working-with-plants-greenhouse_574295-1592.jpg?_wi=2", imageAlt: "lawn mowing service equipment" }, + { title: "Aeration", description: "Relieving soil compaction to allow roots to breathe deeper.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-farmer-examining-tomato-plants-vegetable-garden_662251-635.jpg?_wi=2", imageAlt: "lawn mowing service equipment" }, + { title: "Seasonal Cleanup", description: "Keeping your lawn debris-free in every changing season.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/yellow-bucket-lodged-pile-scattered-buckwheat-marble-surface_114579-71393.jpg?_wi=1", imageAlt: "lawn mowing service equipment" }, ]} title="Our Specialized Services" description="From regular mowing to seasonal aeration and fertilization, we provide everything your lawn needs." @@ -93,7 +93,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "Premium Fertilizer", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/yellow-bucket-lodged-pile-scattered-buckwheat-marble-surface_114579-71393.jpg", imageAlt: "lawn fertilizer bag product pack" }, + { id: "1", name: "Premium Fertilizer", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/yellow-bucket-lodged-pile-scattered-buckwheat-marble-surface_114579-71393.jpg?_wi=2", imageAlt: "lawn fertilizer bag product pack" }, { id: "2", name: "Decorative Edging", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12260.jpg", imageAlt: "garden decorative edging stone" }, { id: "3", name: "Hand Aerator", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128789.jpg", imageAlt: "grass aerator equipment tool" }, { id: "4", name: "Organic Mulch", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/trowels-near-fence_23-2147714873.jpg", imageAlt: "garden mulch premium organic" }, -- 2.49.1