Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -47,10 +47,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-against-pavement-with-angular-grinding-machine-hand_627829-11403.jpg", imageAlt: "Professional landscaping work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/up-green-rock-era-colored_1232-3768.jpg", imageAlt: "Landscaped garden design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleans-snow-yard-snowy-weather_169016-18119.jpg", imageAlt: "Snow removal service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Hardscape patio installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-gloves-planting-flowers-garden_7502-9383.jpg", imageAlt: "Landscape maintenance work" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/up-green-rock-era-colored_1232-3768.jpg?_wi=1", imageAlt: "Landscaped garden design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleans-snow-yard-snowy-weather_169016-18119.jpg?_wi=1", imageAlt: "Snow removal service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=1", imageAlt: "Hardscape patio installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-gloves-planting-flowers-garden_7502-9383.jpg?_wi=1", imageAlt: "Landscape maintenance work" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -77,27 +77,27 @@ export default function LandingPage() {
|
||||
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"
|
||||
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?_wi=2", 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"
|
||||
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?_wi=2", 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"
|
||||
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?_wi=2", 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"
|
||||
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?_wi=2", 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"
|
||||
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?_wi=3", 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"
|
||||
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?_wi=3", imageAlt: "Seasonal maintenance"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
title="Need Landscaping or Snow Removal in Toronto?"
|
||||
description="Get your free quote today from Leapfrog Landscaping. Our team is ready to help transform your property with professional, reliable service."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7087.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7087.jpg?_wi=1"
|
||||
imageAlt="Beautiful landscaped property"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
required: false
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7087.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7087.jpg?_wi=2"
|
||||
imageAlt="Leapfrog Landscaping contact"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="none"
|
||||
|
||||
Reference in New Issue
Block a user