Update src/app/page.tsx
This commit is contained in:
@@ -74,29 +74,29 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Lawn Maintenance",
|
||||
description: "Weekly mowing, trimming, edging, and seasonal care to keep your lawn lush and healthy year-round.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg" },
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg?_wi=1" },
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Landscape Design",
|
||||
description: "Custom designs that blend functionality with beauty, creating outdoor spaces that reflect your vision.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/colorful-flower-garden_1373-543.jpg" },
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/colorful-flower-garden_1373-543.jpg?_wi=1" },
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Irrigation Systems",
|
||||
description: "Smart watering solutions that keep plants healthy while conserving water—perfect for Arizona's climate.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-vintage-bicycle_1339-1871.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg" },
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-vintage-bicycle_1339-1871.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=2" },
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Tree Trimming",
|
||||
description: "Professional tree care to enhance safety, aesthetics, and plant health on your property.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg" },
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg?_wi=1" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
||||
name: "Sarah Martinez",
|
||||
handle: "Chandler, AZ",
|
||||
testimonial: "Verde transformed our backyard from a brown mess into a beautiful oasis. Carlos and his team are true professionals—responsive, clean, and incredibly skilled.",
|
||||
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",
|
||||
imageAlt: "Sarah Martinez",
|
||||
},
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
name: "Michael Chen",
|
||||
handle: "Chandler, AZ",
|
||||
testimonial: "Best landscaping company in Chandler. They designed an irrigation system that's saved us so much water while keeping our plants thriving. Highly recommended!",
|
||||
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",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -177,7 +177,7 @@ export default function HomePage() {
|
||||
name: "Jennifer Rodriguez",
|
||||
handle: "Chandler, AZ",
|
||||
testimonial: "From initial consultation to final cleanup, Verde was fantastic. Our lawn has never looked better. The whole team is professional and friendly.",
|
||||
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=3",
|
||||
imageAlt: "Jennifer Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ export default function HomePage() {
|
||||
name: "David Thompson",
|
||||
handle: "Chandler, AZ",
|
||||
testimonial: "I've used Verde for monthly maintenance for over two years. Consistent quality, fair pricing, and they actually care about the work. Can't ask for more.",
|
||||
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=4",
|
||||
imageAlt: "David Thompson",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user