Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 07:43:32 +00:00
5 changed files with 21 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ export default function AboutPage() {
{ value: "9+", title: "Years Serving Arcadia" }, { value: "9+", title: "Years Serving Arcadia" },
{ value: "4.4★", title: "Customer Satisfaction Rating" }, { value: "4.4★", title: "Customer Satisfaction Rating" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg" imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=2"
imageAlt="ISLES team member working in landscape" imageAlt="ISLES team member working in landscape"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
metricsAnimation="slide-up" metricsAnimation="slide-up"

View File

@@ -58,7 +58,7 @@ export default function ContactPage() {
{ value: "Fast", title: "Response Times" }, { value: "Fast", title: "Response Times" },
{ value: "Free", title: "Estimates & Consultation" }, { value: "Free", title: "Estimates & Consultation" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg" imageSrc="http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=3"
imageAlt="ISLES professional at work" imageAlt="ISLES professional at work"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
metricsAnimation="slide-up" metricsAnimation="slide-up"

View File

@@ -43,7 +43,7 @@ export default function GalleryPage() {
name: "Complete Yard Renovation", name: "Complete Yard Renovation",
price: "Property Enhanced", price: "Property Enhanced",
variant: "Full Landscaping Project", variant: "Full Landscaping Project",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=3",
imageAlt: "Before and after yard transformation", imageAlt: "Before and after yard transformation",
}, },
{ {
@@ -51,7 +51,7 @@ export default function GalleryPage() {
name: "Lawn Care Excellence", name: "Lawn Care Excellence",
price: "Maintained Monthly", price: "Maintained Monthly",
variant: "Professional Maintenance", variant: "Professional Maintenance",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=4",
imageAlt: "Lawn transformation through regular care", imageAlt: "Lawn transformation through regular care",
}, },
{ {
@@ -59,7 +59,7 @@ export default function GalleryPage() {
name: "Seasonal Cleanup", name: "Seasonal Cleanup",
price: "Spring Ready", price: "Spring Ready",
variant: "Debris Removal & Cleanup", variant: "Debris Removal & Cleanup",
imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=3",
imageAlt: "Property after professional cleanup", imageAlt: "Property after professional cleanup",
}, },
]} ]}
@@ -84,7 +84,7 @@ export default function GalleryPage() {
{ value: "100+", title: "Projects Completed" }, { value: "100+", title: "Projects Completed" },
{ value: "Consistent", title: "Quality Excellence" }, { value: "Consistent", title: "Quality Excellence" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg" imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=5"
imageAlt="Landscape transformation project" imageAlt="Landscape transformation project"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
metricsAnimation="slide-up" metricsAnimation="slide-up"

View File

@@ -64,7 +64,7 @@ export default function HomePage() {
handle: "Homeowner, 9 Years", handle: "Homeowner, 9 Years",
testimonial: "I've been a customer for almost 9 years. They always keep my grass and yard looking great.", testimonial: "I've been a customer for almost 9 years. They always keep my grass and yard looking great.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
}, },
{ {
name: "Sarah M.", name: "Sarah M.",
@@ -78,7 +78,7 @@ export default function HomePage() {
handle: "Homeowner", handle: "Homeowner",
testimonial: "Professional, reliable, and they always show up on time. Highly recommended!", testimonial: "Professional, reliable, and they always show up on time. Highly recommended!",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
}, },
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
@@ -101,7 +101,7 @@ export default function HomePage() {
{ value: "9+", title: "Years of Service" }, { value: "9+", title: "Years of Service" },
{ value: "4.4★", title: "Google Rating (17+ Reviews)" }, { value: "4.4★", title: "Google Rating (17+ Reviews)" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg" imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=1"
imageAlt="ISLES team transforming a landscape" imageAlt="ISLES team transforming a landscape"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
metricsAnimation="slide-up" metricsAnimation="slide-up"
@@ -119,42 +119,42 @@ export default function HomePage() {
{ {
title: "Lawn Maintenance", title: "Lawn Maintenance",
description: "Weekly mowing, edging, trimming, and professional lawn care to keep your grass pristine.", description: "Weekly mowing, edging, trimming, and professional lawn care to keep your grass pristine.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1",
imageAlt: "Professional lawn mowing service", imageAlt: "Professional lawn mowing service",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Landscaping Design & Install", title: "Landscaping Design & Install",
description: "Custom landscape installations, garden beds, mulch, sod, and outdoor design transformations.", description: "Custom landscape installations, garden beds, mulch, sod, and outdoor design transformations.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=1",
imageAlt: "Landscape design and installation", imageAlt: "Landscape design and installation",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Tree & Yard Maintenance", title: "Tree & Yard Maintenance",
description: "Professional tree trimming, yard cleanup, property maintenance, and debris removal.", description: "Professional tree trimming, yard cleanup, property maintenance, and debris removal.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=1",
imageAlt: "Tree trimming and yard maintenance", imageAlt: "Tree trimming and yard maintenance",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Seasonal Cleanups", title: "Seasonal Cleanups",
description: "Storm cleanup, leaf removal, seasonal debris clearing, and spring/fall property preparation.", description: "Storm cleanup, leaf removal, seasonal debris clearing, and spring/fall property preparation.",
imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=1",
imageAlt: "Seasonal yard cleanup service", imageAlt: "Seasonal yard cleanup service",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Property Maintenance", title: "Property Maintenance",
description: "Comprehensive yard care including weed control, edging, and general property upkeep.", description: "Comprehensive yard care including weed control, edging, and general property upkeep.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2",
imageAlt: "Complete property maintenance", imageAlt: "Complete property maintenance",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Custom Projects", title: "Custom Projects",
description: "Specialized landscaping projects, hardscaping, and custom outdoor improvements.", description: "Specialized landscaping projects, hardscaping, and custom outdoor improvements.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=2",
imageAlt: "Custom landscaping project", imageAlt: "Custom landscaping project",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },

View File

@@ -46,42 +46,42 @@ export default function ServicesPage() {
{ {
title: "Lawn Maintenance Programs", title: "Lawn Maintenance Programs",
description: "Weekly mowing, edging, trimming, and professional lawn care to keep your grass pristine and healthy.", description: "Weekly mowing, edging, trimming, and professional lawn care to keep your grass pristine and healthy.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=3",
imageAlt: "Professional lawn mowing service", imageAlt: "Professional lawn mowing service",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Custom Landscape Design & Installation", title: "Custom Landscape Design & Installation",
description: "Stunning custom landscape installations, garden beds, mulch applications, sod installation, and complete outdoor design transformations.", description: "Stunning custom landscape installations, garden beds, mulch applications, sod installation, and complete outdoor design transformations.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=3",
imageAlt: "Landscape design and installation", imageAlt: "Landscape design and installation",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Professional Tree & Yard Services", title: "Professional Tree & Yard Services",
description: "Expert tree trimming, pruning, yard cleanup, complete property maintenance, and comprehensive debris removal.", description: "Expert tree trimming, pruning, yard cleanup, complete property maintenance, and comprehensive debris removal.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=2",
imageAlt: "Tree trimming and yard maintenance", imageAlt: "Tree trimming and yard maintenance",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Seasonal Cleanup & Storm Recovery", title: "Seasonal Cleanup & Storm Recovery",
description: "Storm cleanup, professional leaf removal, seasonal debris clearing, and complete spring/fall property preparation.", description: "Storm cleanup, professional leaf removal, seasonal debris clearing, and complete spring/fall property preparation.",
imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=2",
imageAlt: "Seasonal yard cleanup service", imageAlt: "Seasonal yard cleanup service",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Comprehensive Property Maintenance", title: "Comprehensive Property Maintenance",
description: "Year-round comprehensive yard care including weed control, precise edging, and detailed general property upkeep.", description: "Year-round comprehensive yard care including weed control, precise edging, and detailed general property upkeep.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=4",
imageAlt: "Complete property maintenance", imageAlt: "Complete property maintenance",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },
{ {
title: "Custom Landscaping Projects", title: "Custom Landscaping Projects",
description: "Specialized landscaping projects, professional hardscaping, and unique custom outdoor improvements tailored to your vision.", description: "Specialized landscaping projects, professional hardscaping, and unique custom outdoor improvements tailored to your vision.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=4",
imageAlt: "Custom landscaping project", imageAlt: "Custom landscaping project",
buttonIcon: ArrowRight, buttonIcon: ArrowRight,
}, },