8 Commits

Author SHA1 Message Date
2a1eeaf681 Update src/app/page.tsx 2026-03-25 03:33:30 +00:00
5e82f28fb5 Merge version_5 into main
Merge version_5 into main
2026-03-25 03:20:51 +00:00
add2d941ab Update src/app/page.tsx 2026-03-25 03:20:45 +00:00
b176cb0430 Merge version_4 into main
Merge version_4 into main
2026-03-25 03:14:37 +00:00
ae75a3bd8b Update src/app/page.tsx 2026-03-25 03:14:34 +00:00
e9db2693a7 Merge version_3 into main
Merge version_3 into main
2026-03-25 03:13:31 +00:00
b0c86aa3b7 Update src/app/page.tsx 2026-03-25 03:13:28 +00:00
5458d0e241 Merge version_2 into main
Merge version_2 into main
2026-03-25 03:12:32 +00:00

View File

@@ -111,27 +111,33 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "design", label: "Landscape Design", title: "Custom Designs", items: [ id: "design", label: "Landscape Design", title: "Custom Designs", items: [
"Custom designs tailored to your vision and lifestyle"], "Custom designs tailored to your vision and lifestyle", "Personalized consultations to understand your needs", "3D renderings to visualize your future space"
],
}, },
{ {
id: "turf", label: "Artificial Turf Installation", title: "Beautiful Turf", items: [ id: "turf", label: "Artificial Turf Installation", title: "Beautiful Turf", items: [
"Low-maintenance, beautiful turf for Arizona living"], "Low-maintenance, beautiful turf for Arizona living", "Pet-friendly and eco-conscious options", "Expert installation for lasting beauty and durability"
],
}, },
{ {
id: "pavers", label: "Paver Installation", title: "Durable Pavers", items: [ id: "pavers", label: "Paver Installation", title: "Durable Pavers", items: [
"Durable, stylish pavers for driveways, patios, and walkways"], "Durable, stylish pavers for driveways, patios, and walkways", "Wide selection of colors and patterns", "Professional installation for enhanced curb appeal and functionality"
],
}, },
{ {
id: "weed", label: "Weed Control & Spraying", title: "Effective Weed Solutions", items: [ id: "weed", label: "Weed Control & Spraying", title: "Effective Weed Solutions", items: [
"Effective treatments that actually eliminate weeds for good"], "Effective treatments that actually eliminate weeds for good", "Safe, targeted solutions for all types of weeds", "Ongoing programs for year-round weed prevention"
],
}, },
{ {
id: "irrigation", label: "Sprinkler & Irrigation Systems", title: "Smart Water Solutions", items: [ id: "irrigation", label: "Sprinkler & Irrigation Systems", title: "Smart Water Solutions", items: [
"Smart water solutions for the desert climate"], "Smart water solutions for the desert climate", "Efficient drip and sprinkler systems", "Automated controls for optimal water usage and plant health"
],
}, },
{ {
id: "maintenance", label: "General Lawn Maintenance", title: "Ongoing Care", items: [ id: "maintenance", label: "General Lawn Maintenance", title: "Ongoing Care", items: [
"Ongoing care to keep your property looking its best"], "Ongoing care to keep your property looking its best", "Regular mowing, edging, and blowing services", "Seasonal clean-ups and plant care for a vibrant landscape"
],
}, },
]} ]}
title="What We Do" title="What We Do"
@@ -175,19 +181,19 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Aliyah Gonzales", role: "Homeowner", company: "Phoenix", rating: 5, id: "1", name: "Aliyah Gonzales", role: "Homeowner", company: "Phoenix", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-laptop_273609-6339.jpg" imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"
}, },
{ {
id: "2", name: "Isaac Garcia", role: "Homeowner", company: "Mesa", rating: 5, id: "2", name: "Isaac Garcia", role: "Homeowner", company: "Mesa", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3560.jpg" imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-young-man-posing_23-2149512418.jpg"
}, },
{ {
id: "3", name: "El Güero", role: "New Home Buyer", company: "Scottsdale", rating: 5, id: "3", name: "El Güero", role: "New Home Buyer", company: "Scottsdale", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149546186.jpg" imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg"
}, },
{ {
id: "4", name: "Jessica Lee", role: "Property Manager", company: "Chandler", rating: 5, id: "4", name: "Jessica Lee", role: "Property Manager", company: "Chandler", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-hat-drinking-coffee-go_1303-9669.jpg" imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"
} }
]} ]}
kpiItems={[ kpiItems={[
@@ -265,8 +271,8 @@ export default function LandingPage() {
name: "Message", placeholder: "Tell us about your project...", rows: 5, name: "Message", placeholder: "Tell us about your project...", rows: 5,
required: false, required: false,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/people-break-office_23-2147727716.jpg" imageSrc="http://img.b2bpic.net/free-vector/beautiful-garden-landscapes_23-2147545040.jpg"
imageAlt="Modern office space with lush green plants" imageAlt="Visually appealing landscape transformation or professional landscaping work"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
buttonText="Get a Free Quote" buttonText="Get a Free Quote"