diff --git a/src/app/page.tsx b/src/app/page.tsx index 960f8f5..dcb313c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,31 +129,39 @@ const HomePage = () => { features={[ { id: 1, - title: "Hardscaping & Patio Design", description="Expert hardscape installation including patios, retaining walls, pathways, and outdoor features that enhance your property's beauty and functionality. Custom designs tailored to Arizona's climate and your aesthetic preferences.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg"}, + title: "Hardscaping & Patio Design", description: "Expert hardscape installation including patios, retaining walls, pathways, and outdoor features that enhance your property's beauty and functionality. Custom designs tailored to Arizona's climate and your aesthetic preferences.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg" + }, }, { id: 2, title: "Turf Installation & Maintenance", description: "Professional lawn installation and year-round maintenance services. We select grass varieties suited to Arizona's unique climate and provide comprehensive care to keep your landscape lush and healthy.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg" + }, }, { id: 3, title: "Irrigation Systems", description: "Smart irrigation design and installation for efficient water management. Our systems are optimized for Arizona's arid climate, reducing water usage while maintaining landscape health.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg" + }, }, { id: 4, title: "Ongoing Maintenance", description: "Seasonal and regular maintenance plans including pruning, weeding, fertilization, and inspections. We keep your landscape pristine throughout the year with reliable, professional service.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg" + }, }, ]} showStepNumbers={true} @@ -172,17 +180,23 @@ const HomePage = () => { { { tagIcon={Shield} tagAnimation="slide-up" names={[ - "Arizona Landscape Association", "Professional Certified Landscaper", "Green Business Bureau", "Arizona Business Bureau Certified", "Licensed & Insured Contractor", "Landscape Design Institute", "Water Conservation Certified"]} + "Arizona Landscape Association", "Professional Certified Landscaper", "Green Business Bureau", "Arizona Business Bureau Certified", "Licensed & Insured Contractor", "Landscape Design Institute", "Water Conservation Certified" + ]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -241,23 +262,23 @@ const HomePage = () => {