Merge version_1 into main #4
@@ -45,7 +45,7 @@ export default function AboutPage() {
|
||||
{ value: "9+", title: "Years Serving Arcadia" },
|
||||
{ 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"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
@@ -58,7 +58,7 @@ export default function ContactPage() {
|
||||
{ value: "Fast", title: "Response Times" },
|
||||
{ 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"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
@@ -39,11 +39,11 @@ export default function GalleryPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "transform-1", name: "Complete Yard Renovation", price: "Property Enhanced", variant: "Full Landscaping Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Before and after yard transformation"},
|
||||
id: "transform-1", name: "Complete Yard Renovation", price: "Property Enhanced", variant: "Full Landscaping Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=3", imageAlt: "Before and after yard transformation"},
|
||||
{
|
||||
id: "transform-2", name: "Lawn Care Excellence", price: "Maintained Monthly", variant: "Professional Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Lawn transformation through regular care"},
|
||||
id: "transform-2", name: "Lawn Care Excellence", price: "Maintained Monthly", variant: "Professional Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=4", imageAlt: "Lawn transformation through regular care"},
|
||||
{
|
||||
id: "transform-3", name: "Seasonal Cleanup", price: "Spring Ready", variant: "Debris Removal & Cleanup", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Property after professional cleanup"},
|
||||
id: "transform-3", name: "Seasonal Cleanup", price: "Spring Ready", variant: "Debris Removal & Cleanup", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=3", imageAlt: "Property after professional cleanup"},
|
||||
]}
|
||||
title="Before & After Transformations"
|
||||
description="See the dramatic results we've delivered for Arcadia homeowners. Each project showcases our commitment to quality and attention to detail."
|
||||
@@ -66,7 +66,7 @@ export default function GalleryPage() {
|
||||
{ value: "100+", title: "Projects Completed" },
|
||||
{ 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"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
@@ -61,13 +61,13 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ken G.", handle: "Homeowner, 9 Years", testimonial: "I've been a customer for almost 9 years. They always keep my grass and yard looking great.", 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.", handle: "Property Manager", testimonial: "Top notch work and terrific customer service. Our place looks awesome thanks to them!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
{
|
||||
name: "James T.", handle: "Homeowner", testimonial: "Professional, reliable, and they always show up on time. Highly recommended!", 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}
|
||||
buttons={[
|
||||
@@ -89,7 +89,7 @@ export default function HomePage() {
|
||||
{ value: "9+", title: "Years of Service" },
|
||||
{ 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"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -105,22 +105,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance", 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", imageAlt: "Professional lawn mowing service", buttonIcon: ArrowRight,
|
||||
title: "Lawn Maintenance", 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?_wi=1", imageAlt: "Professional lawn mowing service", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Landscaping Design & Install", 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", imageAlt: "Landscape design and installation", buttonIcon: ArrowRight,
|
||||
title: "Landscaping Design & Install", 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?_wi=1", imageAlt: "Landscape design and installation", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Tree & Yard Maintenance", 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", imageAlt: "Tree trimming and yard maintenance", buttonIcon: ArrowRight,
|
||||
title: "Tree & Yard Maintenance", 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?_wi=1", imageAlt: "Tree trimming and yard maintenance", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Seasonal Cleanups", 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", imageAlt: "Seasonal yard cleanup service", buttonIcon: ArrowRight,
|
||||
title: "Seasonal Cleanups", 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?_wi=1", imageAlt: "Seasonal yard cleanup service", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Property Maintenance", 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", imageAlt: "Complete property maintenance", buttonIcon: ArrowRight,
|
||||
title: "Property Maintenance", 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?_wi=2", imageAlt: "Complete property maintenance", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Custom Projects", 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", imageAlt: "Custom landscaping project", buttonIcon: ArrowRight,
|
||||
title: "Custom Projects", 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?_wi=2", imageAlt: "Custom landscaping project", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -44,22 +44,22 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance Programs", 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", imageAlt: "Professional lawn mowing service", buttonIcon: ArrowRight,
|
||||
title: "Lawn Maintenance Programs", 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?_wi=3", imageAlt: "Professional lawn mowing service", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Custom Landscape Design & Installation", 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", imageAlt: "Landscape design and installation", buttonIcon: ArrowRight,
|
||||
title: "Custom Landscape Design & Installation", 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?_wi=3", imageAlt: "Landscape design and installation", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Professional Tree & Yard Services", 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", imageAlt: "Tree trimming and yard maintenance", buttonIcon: ArrowRight,
|
||||
title: "Professional Tree & Yard Services", 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?_wi=2", imageAlt: "Tree trimming and yard maintenance", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Seasonal Cleanup & Storm Recovery", 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", imageAlt: "Seasonal yard cleanup service", buttonIcon: ArrowRight,
|
||||
title: "Seasonal Cleanup & Storm Recovery", 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?_wi=2", imageAlt: "Seasonal yard cleanup service", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Comprehensive Property Maintenance", 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", imageAlt: "Complete property maintenance", buttonIcon: ArrowRight,
|
||||
title: "Comprehensive Property Maintenance", 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?_wi=4", imageAlt: "Complete property maintenance", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Custom Landscaping Projects", 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", imageAlt: "Custom landscaping project", buttonIcon: ArrowRight,
|
||||
title: "Custom Landscaping Projects", 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?_wi=4", imageAlt: "Custom landscaping project", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user