diff --git a/src/app/page.tsx b/src/app/page.tsx
index 85ab77d..0f9f628 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -62,69 +47,19 @@ export default function LandingPage() {
title="Bringing Your San Diego Landscape Vision to Life"
description="Expert landscaping, irrigation, and hardscape design solutions crafted to thrive in Southern California's unique climate."
testimonials={[
- {
- name: "Alice Johnson",
- handle: "@alicej",
- testimonial: "The best landscaping work I've seen in San Diego! My garden is now a desert-friendly paradise.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/green-labyrinth-park_346278-1302.jpg?_wi=1",
- imageAlt: "modern garden landscape design",
- },
- {
- name: "Bob Smith",
- handle: "@bobsmith",
- testimonial: "Professional, quick, and reliable. Highly recommend these guys for any lawn maintenance.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg?_wi=1",
- imageAlt: "landscaper gardener professional",
- },
- {
- name: "Carol White",
- handle: "@carolw",
- testimonial: "Transformed my backyard into the perfect entertainment spot. Great craftsmanship.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-near-plants-growing-greenhouse_23-2147948319.jpg?_wi=1",
- imageAlt: "irrigation system installation",
- },
- {
- name: "Dave Brown",
- handle: "@daveb",
- testimonial: "Honest pricing and excellent attention to detail. Will call again.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg?_wi=1",
- imageAlt: "lawn maintenance service",
- },
- {
- name: "Eve Davis",
- handle: "@eved",
- testimonial: "Absolutely love the new patio area. It looks stunning and the quality is amazing.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=1",
- imageAlt: "hardscape patio design",
- },
+ { name: "Alice Johnson", handle: "@alicej", testimonial: "The best landscaping work I've seen in San Diego! My garden is now a desert-friendly paradise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/green-labyrinth-park_346278-1302.jpg", imageAlt: "modern garden landscape design" },
+ { name: "Bob Smith", handle: "@bobsmith", testimonial: "Professional, quick, and reliable. Highly recommend these guys for any lawn maintenance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg", imageAlt: "landscaper gardener professional" },
+ { name: "Carol White", handle: "@carolw", testimonial: "Transformed my backyard into the perfect entertainment spot. Great craftsmanship.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-near-plants-growing-greenhouse_23-2147948319.jpg", imageAlt: "irrigation system installation" },
+ { name: "Dave Brown", handle: "@daveb", testimonial: "Honest pricing and excellent attention to detail. Will call again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg", imageAlt: "lawn maintenance service" },
+ { name: "Eve Davis", handle: "@eved", testimonial: "Absolutely love the new patio area. It looks stunning and the quality is amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg", imageAlt: "hardscape patio design" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/green-labyrinth-park_346278-1302.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/green-labyrinth-park_346278-1302.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-taking-care-plants_176420-3838.jpg",
- alt: "Client 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg",
- alt: "Client 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-potted-plant-crate_23-2147844281.jpg",
- alt: "Client 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg",
- alt: "Client 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/green-labyrinth-park_346278-1302.jpg",
- alt: "Client 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-taking-care-plants_176420-3838.jpg", alt: "Client 1" },
+ { src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg", alt: "Client 2" },
+ { src: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-potted-plant-crate_23-2147844281.jpg", alt: "Client 3" },
+ { src: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg", alt: "Client 4" },
+ { src: "http://img.b2bpic.net/free-photo/green-labyrinth-park_346278-1302.jpg", alt: "Client 5" },
]}
/>
@@ -137,7 +72,7 @@ export default function LandingPage() {
description="Founded with a passion for sustainable, beautiful outdoor spaces, we have served the San Diego community for over a decade with precision and dedication."
subdescription="We treat every client's garden as if it were our own, ensuring meticulous care and long-term vitality."
icon={Shield}
- imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg"
mediaAnimation="slide-up"
/>
@@ -148,26 +83,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "Irrigation",
- title: "Smart Irrigation Systems",
- subtitle: "Efficient Water Management",
- description: "Custom automated irrigation systems tailored to local weather patterns, saving you water and money.",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-near-plants-growing-greenhouse_23-2147948319.jpg?_wi=2",
- },
+ tag: "Irrigation", title: "Smart Irrigation Systems", subtitle: "Efficient Water Management", description: "Custom automated irrigation systems tailored to local weather patterns, saving you water and money.", imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-near-plants-growing-greenhouse_23-2147948319.jpg"},
{
- tag: "Maintenance",
- title: "Regular Maintenance",
- subtitle: "Garden Care",
- description: "Weekly and monthly maintenance packages including mowing, pruning, fertilization, and debris clearing.",
- imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg?_wi=2",
- },
+ tag: "Maintenance", title: "Regular Maintenance", subtitle: "Garden Care", description: "Weekly and monthly maintenance packages including mowing, pruning, fertilization, and debris clearing.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg"},
{
- tag: "Construction",
- title: "Hardscaping & Patios",
- subtitle: "Outdoor Construction",
- description: "Professional stonework, patios, walkways, and retaining walls to define and elevate your garden space.",
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=2",
- },
+ tag: "Construction", title: "Hardscaping & Patios", subtitle: "Outdoor Construction", description: "Professional stonework, patios, walkways, and retaining walls to define and elevate your garden space.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg"},
]}
title="Our Professional Landscaping Services"
description="Comprehensive outdoor solutions for residential and commercial properties in San Diego."
@@ -182,23 +102,11 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
- id: "t1",
- name: "Mark Wilson",
- role: "Lead Landscaper",
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-taking-care-plants_176420-3838.jpg?_wi=1",
- },
+ id: "t1", name: "Mark Wilson", role: "Lead Landscaper", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-taking-care-plants_176420-3838.jpg"},
{
- id: "t2",
- name: "Sara Miller",
- role: "Garden Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg?_wi=1",
- },
+ id: "t2", name: "Sara Miller", role: "Garden Architect", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg"},
{
- id: "t3",
- name: "John Davis",
- role: "Irrigation Specialist",
- imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-potted-plant-crate_23-2147844281.jpg",
- },
+ id: "t3", name: "John Davis", role: "Irrigation Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-potted-plant-crate_23-2147844281.jpg"},
]}
title="The Experts Behind Your Garden"
description="Meet our dedicated landscape design and installation team based in San Diego."
@@ -207,22 +115,15 @@ export default function LandingPage() {
@@ -324,29 +193,19 @@ export default function LandingPage() {