Update src/app/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function HomePage() {
|
||||
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.",
|
||||
@@ -78,7 +78,7 @@ export default function HomePage() {
|
||||
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}
|
||||
@@ -101,7 +101,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"
|
||||
@@ -119,42 +119,42 @@ export default function HomePage() {
|
||||
{
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user