Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 02:14:07 +00:00

View File

@@ -78,20 +78,20 @@ export default function LandingPage() {
features={[
{
icon: Paintbrush,
title: "Landscape Design & Planting", description:
"Custom landscape design, new garden beds, plant selection, and complete garden makeovers tailored to Santa Cruz's coastal climate."},
title: "Landscape Design & Planting", description: "Custom landscape design, new garden beds, plant selection, and complete garden makeovers tailored to Santa Cruz's coastal climate."
},
{
icon: Scissors,
title: "Lawn Care & Maintenance", description:
"Regular mowing, edging, fertilizing, and seasonal cleanups to keep your lawn looking pristine year-round."},
title: "Lawn Care & Maintenance", description: "Regular mowing, edging, fertilizing, and seasonal cleanups to keep your lawn looking pristine year-round."
},
{
icon: Trees,
title: "Mulching, Pruning & Shrub Care", description:
"Professional mulching, pruning, and shrub maintenance to enhance your landscape and promote healthy plant growth."},
title: "Mulching, Pruning & Shrub Care", description: "Professional mulching, pruning, and shrub maintenance to enhance your landscape and promote healthy plant growth."
},
{
icon: Droplet,
title: "Drought-Tolerant Landscaping", description:
"Water-wise design with native California plants perfect for Santa Cruz's climate. Low-maintenance and environmentally smart."},
title: "Drought-Tolerant Landscaping", description: "Water-wise design with native California plants perfect for Santa Cruz's climate. Low-maintenance and environmentally smart."
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -106,15 +106,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "15+ Years", description:
"Professional landscaping experience serving Santa Cruz County families and properties."},
id: "1", value: "15+ Years", description: "Professional landscaping experience serving Santa Cruz County families and properties."
},
{
id: "2", value: "500+", description: "Happy customers who trust us with their landscape design, installation, and maintenance."},
id: "2", value: "500+", description: "Happy customers who trust us with their landscape design, installation, and maintenance."
},
{
id: "3", value: "100%", description:
"Commitment to environmentally conscious practices and sustainable landscaping solutions."},
id: "3", value: "100%", description: "Commitment to environmentally conscious practices and sustainable landscaping solutions."
},
{
id: "4", value: "Always", description: "On time, professional, and respectful—we clean up after ourselves every single time."},
id: "4", value: "Always", description: "On time, professional, and respectful—we clean up after ourselves every single time."
},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -128,16 +130,16 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Front Yard Refresh", name: "Mediterranean Garden Transformation", price: "Before & After", rating: 5,
reviewCount: "Completed", imageSrc:
"http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants-greenhouse_23-2148509911.jpg?_wi=1", imageAlt: "Front yard garden transformation"},
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants-greenhouse_23-2148509911.jpg", imageAlt: "Front yard garden transformation"
},
{
id: "2", brand: "Backyard Makeover", name: "Patio Garden Installation", price: "Before & After", rating: 5,
reviewCount: "Completed", imageSrc:
"http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants-greenhouse_23-2148509911.jpg?_wi=2", imageAlt: "Backyard landscape redesign"},
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants-greenhouse_23-2148509911.jpg", imageAlt: "Backyard landscape redesign"
},
{
id: "3", brand: "Garden Bed Design", name: "Low-Maintenance Planting", price: "Before & After", rating: 5,
reviewCount: "Completed", imageSrc:
"http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30871.jpg", imageAlt: "Garden bed installation and planting"},
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30871.jpg", imageAlt: "Garden bed installation and planting"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -153,13 +155,17 @@ export default function LandingPage() {
author="Jennifer Martinez, Santa Cruz Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-black-apron-working-greenhouse_1157-30878.jpg", alt: "Satisfied customer testimonial"},
src: "http://img.b2bpic.net/free-photo/woman-black-apron-working-greenhouse_1157-30878.jpg", alt: "Satisfied customer testimonial"
},
{
src: "http://img.b2bpic.net/free-photo/smiley-man-enjoying-his-time-nature_23-2148231897.jpg", alt: "Happy homeowner"},
src: "http://img.b2bpic.net/free-photo/smiley-man-enjoying-his-time-nature_23-2148231897.jpg", alt: "Happy homeowner"
},
{
src: "http://img.b2bpic.net/free-photo/closeup-portrait-charming-young-woman-with-bob-haircut-enjoying-walk-through-city-yellow-coat-smiling-camera_171337-3468.jpg", alt: "Local customer"},
src: "http://img.b2bpic.net/free-photo/closeup-portrait-charming-young-woman-with-bob-haircut-enjoying-walk-through-city-yellow-coat-smiling-camera_171337-3468.jpg", alt: "Local customer"
},
{
src: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176586.jpg", alt: "Armbrust landscape client"},
src: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176586.jpg", alt: "Armbrust landscape client"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -174,8 +180,9 @@ export default function LandingPage() {
tag="Service Area"
textboxLayout="default"
useInvertedBackground={true}
names=[
"Santa Cruz", "Capitola", "Soquel", "Aptos", "Watsonville", "Scotts Valley", "Ben Lomond", "Felton"]
names={[
"Santa Cruz", "Capitola", "Soquel", "Aptos", "Watsonville", "Scotts Valley", "Ben Lomond", "Felton"
]}
speed={40}
showCard={true}
/>