diff --git a/src/app/page.tsx b/src/app/page.tsx index b320280..585bb3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,22 +76,28 @@ export default function LandingPage() { description="Comprehensive landscaping and property maintenance solutions for residential properties across Toronto." features={[ { - id: "1", title: "Landscaping Services", description: "Complete landscape design and installation including garden beds, plantings, mulching, and outdoor hardscaping to transform your property.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-gloves-planting-flowers-garden_7502-9383.jpg", imageAlt: "Landscaping services" + id: 1, + title: "Landscaping Services", description: "Complete landscape design and installation including garden beds, plantings, mulching, and outdoor hardscaping to transform your property.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-gloves-planting-flowers-garden_7502-9383.jpg", imageAlt: "Landscaping services" }, { - id: "2", title: "Lawn Care & Property Maintenance", description: "Professional lawn cutting, grass care, and seasonal maintenance to keep your property looking pristine year-round.", imageSrc: "http://img.b2bpic.net/free-photo/up-green-rock-era-colored_1232-3768.jpg", imageAlt: "Lawn care services" + id: 2, + title: "Lawn Care & Property Maintenance", description: "Professional lawn cutting, grass care, and seasonal maintenance to keep your property looking pristine year-round.", imageSrc: "http://img.b2bpic.net/free-photo/up-green-rock-era-colored_1232-3768.jpg", imageAlt: "Lawn care services" }, { - id: "3", title: "Hardscaping", description: "Expert installation of driveways, walkways, and patios using premium materials and professional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Hardscaping installation" + id: 3, + title: "Hardscaping", description: "Expert installation of driveways, walkways, and patios using premium materials and professional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Hardscaping installation" }, { - id: "4", title: "Snow Removal", description: "Fast, reliable snow removal services to keep your property safe and accessible during winter months.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleans-snow-yard-snowy-weather_169016-18119.jpg", imageAlt: "Snow removal service" + id: 4, + title: "Snow Removal", description: "Fast, reliable snow removal services to keep your property safe and accessible during winter months.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleans-snow-yard-snowy-weather_169016-18119.jpg", imageAlt: "Snow removal service" }, { - id: "5", title: "Driveway & Walkway Clearing", description: "Prompt clearing of driveways and walkways after snowfall ensuring safety and accessibility for your family.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleans-snow-yard-snowy-weather_169016-18119.jpg", imageAlt: "Driveway clearing" + id: 5, + title: "Driveway & Walkway Clearing", description: "Prompt clearing of driveways and walkways after snowfall ensuring safety and accessibility for your family.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleans-snow-yard-snowy-weather_169016-18119.jpg", imageAlt: "Driveway clearing" }, { - id: "6", title: "Seasonal Property Maintenance", description: "Comprehensive seasonal services including spring cleanup, fall preparation, and year-round property upkeep.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-gloves-planting-flowers-garden_7502-9383.jpg", imageAlt: "Seasonal maintenance" + id: 6, + title: "Seasonal Property Maintenance", description: "Comprehensive seasonal services including spring cleanup, fall preparation, and year-round property upkeep.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-gloves-planting-flowers-garden_7502-9383.jpg", imageAlt: "Seasonal maintenance" } ]} textboxLayout="default"