diff --git a/src/app/page.tsx b/src/app/page.tsx index 111d143..642c993 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,35 +47,21 @@ export default function LandingPage() { description="Professional mulching and comprehensive lawn care solutions for a beautiful, healthy yard all year long." buttons={[ { - text: "Get a Free Estimate", - href: "#contact", - }, + text: "Get a Free Estimate", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg", - imageAlt: "Lawn care and mulching services", - }, + imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg", imageAlt: "Lawn care and mulching services"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg", - imageAlt: "Yard maintenance", - }, + imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg", imageAlt: "Yard maintenance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/weeder_23-2148006011.jpg", - imageAlt: "Garden care", - }, + imageSrc: "http://img.b2bpic.net/free-photo/weeder_23-2148006011.jpg", imageAlt: "Garden care"}, { - imageSrc: "http://img.b2bpic.net/free-photo/person-digging-soil-planting-seedlings_23-2147844306.jpg", - imageAlt: "Mulching work", - }, + imageSrc: "http://img.b2bpic.net/free-photo/person-digging-soil-planting-seedlings_23-2147844306.jpg", imageAlt: "Mulching work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg", - imageAlt: "Landscape maintenance", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg", imageAlt: "Landscape maintenance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg", - imageAlt: "Professional mowing", - }, + imageSrc: "http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg", imageAlt: "Professional mowing"}, ]} /> @@ -107,26 +85,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Mulching", - description: "High-quality mulch application to improve soil moisture and prevent weed growth.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-lawn-mower-logo_23-2149206322.jpg", - titleIconSrc: "Leaf", - buttonText: "Learn More", - }, + title: "Precision Mulching", description: "High-quality mulch application to improve soil moisture and prevent weed growth.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-lawn-mower-logo_23-2149206322.jpg", titleIconSrc: "Leaf", buttonText: "Learn More"}, { - title: "Lawn Maintenance", - description: "Regular mowing, trimming, and edging to keep your lawn looking sharp and healthy.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-harvesting-vegetables_23-2148568621.jpg", - titleIconSrc: "Scissors", - buttonText: "Learn More", - }, + title: "Lawn Maintenance", description: "Regular mowing, trimming, and edging to keep your lawn looking sharp and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/woman-harvesting-vegetables_23-2148568621.jpg", titleIconSrc: "Scissors", buttonText: "Learn More"}, { - title: "Garden Bed Care", - description: "Seasonal cleanup, flower bed maintenance, and shrub grooming.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plant-soil-with-copyspace_23-2148198696.jpg", - titleIconSrc: "Spade", - buttonText: "Learn More", - }, + title: "Garden Bed Care", description: "Seasonal cleanup, flower bed maintenance, and shrub grooming.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plant-soil-with-copyspace_23-2148198696.jpg", titleIconSrc: "Spade", buttonText: "Learn More"}, ]} title="Our Professional Services" description="From nourishing mulch application to weekly maintenance, we offer everything your lawn needs." @@ -135,44 +98,20 @@ export default function LandingPage() {