Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-08 07:31:52 +00:00
6 changed files with 1398 additions and 31 deletions

View File

@@ -93,7 +93,7 @@ export default function AboutPage() {
company: "Philadelphia, PA",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-woman-holding-watering-can-hand-taking-care-plants-garden_23-2147948202.jpg",
"http://img.b2bpic.net/free-photo/smiling-young-woman-holding-watering-can-hand-taking-care-plants-garden_23-2147948202.jpg?_wi=2",
imageAlt: "Sarah Johnson testimonial",
},
{
@@ -103,7 +103,7 @@ export default function AboutPage() {
company: "Chester County, PA",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/man-is-resting-country-house-bearded-man-enjoys-sunset-green-lawn_1321-464.jpg",
"http://img.b2bpic.net/free-photo/man-is-resting-country-house-bearded-man-enjoys-sunset-green-lawn_1321-464.jpg?_wi=2",
imageAlt: "Michael Chen testimonial",
},
{
@@ -113,7 +113,7 @@ export default function AboutPage() {
company: "Bucks County, PA",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16303.jpg",
"http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16303.jpg?_wi=2",
imageAlt: "Emily Rodriguez testimonial",
},
{
@@ -123,7 +123,7 @@ export default function AboutPage() {
company: "Delaware County, PA",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176480.jpg",
"http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176480.jpg?_wi=2",
imageAlt: "David Kim testimonial",
},
]}
@@ -178,7 +178,7 @@ export default function AboutPage() {
required: true,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=4"
imageAlt="Lush Stuff LLC consultation"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -79,7 +79,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=5"
imageAlt="Lush Stuff LLC consultation"
mediaAnimation="slide-up"
mediaPosition="right"

File diff suppressed because it is too large Load Diff

View File

@@ -72,11 +72,11 @@ export default function HomePage() {
imageAlt: "Beautiful landscape design transformation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-shot-close-up-women-boots-standing-park_23-2148223301.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-shot-close-up-women-boots-standing-park_23-2148223301.jpg?_wi=1",
imageAlt: "Professional hardscape installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg?_wi=1",
imageAlt: "Completed landscaping project",
},
]}
@@ -127,7 +127,7 @@ export default function HomePage() {
description:
"Beautiful landscape design tailored to your property and vision",
imageSrc:
"http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7059.jpg",
"http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7059.jpg?_wi=1",
imageAlt: "Professional landscaping design",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -137,7 +137,7 @@ export default function HomePage() {
description:
"Patios, walkways, retaining walls, and outdoor structures",
imageSrc:
"http://img.b2bpic.net/free-photo/top-shot-close-up-women-boots-standing-park_23-2148223301.jpg",
"http://img.b2bpic.net/free-photo/top-shot-close-up-women-boots-standing-park_23-2148223301.jpg?_wi=2",
imageAlt: "Professional hardscape installation",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -146,7 +146,7 @@ export default function HomePage() {
title: "Property Maintenance",
description: "Seasonal cleanups, lawn care, and outdoor upkeep",
imageSrc:
"http://img.b2bpic.net/free-photo/community-people-working-together-agriculture-grow-food_23-2151205691.jpg",
"http://img.b2bpic.net/free-photo/community-people-working-together-agriculture-grow-food_23-2151205691.jpg?_wi=1",
imageAlt: "Property maintenance service",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -156,7 +156,7 @@ export default function HomePage() {
description:
"Unique builds that enhance your outdoor living space",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg",
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=1",
imageAlt: "Custom outdoor project",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -181,7 +181,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg",
"http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg?_wi=2",
imageAlt: "Luxury backyard patio transformation",
},
{
@@ -192,7 +192,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-sitting-with-suitcase-park_23-2148328848.jpg",
"http://img.b2bpic.net/free-photo/woman-sitting-with-suitcase-park_23-2148328848.jpg?_wi=1",
imageAlt: "Modern garden design project",
},
{
@@ -203,7 +203,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg",
"http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg?_wi=1",
imageAlt: "Residential landscape project",
},
{
@@ -214,7 +214,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-man-taking-notes_23-2148931346.jpg",
"http://img.b2bpic.net/free-photo/full-shot-man-taking-notes_23-2148931346.jpg?_wi=1",
imageAlt: "Outdoor entertainment space",
},
]}
@@ -238,7 +238,7 @@ export default function HomePage() {
company: "Philadelphia, PA",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-woman-holding-watering-can-hand-taking-care-plants-garden_23-2147948202.jpg",
"http://img.b2bpic.net/free-photo/smiling-young-woman-holding-watering-can-hand-taking-care-plants-garden_23-2147948202.jpg?_wi=1",
imageAlt: "Sarah Johnson testimonial",
},
{
@@ -248,7 +248,7 @@ export default function HomePage() {
company: "Chester County, PA",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/man-is-resting-country-house-bearded-man-enjoys-sunset-green-lawn_1321-464.jpg",
"http://img.b2bpic.net/free-photo/man-is-resting-country-house-bearded-man-enjoys-sunset-green-lawn_1321-464.jpg?_wi=1",
imageAlt: "Michael Chen testimonial",
},
{
@@ -258,7 +258,7 @@ export default function HomePage() {
company: "Bucks County, PA",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16303.jpg",
"http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16303.jpg?_wi=1",
imageAlt: "Emily Rodriguez testimonial",
},
{
@@ -268,7 +268,7 @@ export default function HomePage() {
company: "Delaware County, PA",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176480.jpg",
"http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176480.jpg?_wi=1",
imageAlt: "David Kim testimonial",
},
]}
@@ -323,7 +323,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=1"
imageAlt="Lush Stuff LLC consultation"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -62,7 +62,7 @@ export default function ProjectsPage() {
rating: 5,
reviewCount: "Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg",
"http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg?_wi=3",
imageAlt: "Luxury backyard patio transformation",
},
{
@@ -73,7 +73,7 @@ export default function ProjectsPage() {
rating: 5,
reviewCount: "Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-sitting-with-suitcase-park_23-2148328848.jpg",
"http://img.b2bpic.net/free-photo/woman-sitting-with-suitcase-park_23-2148328848.jpg?_wi=2",
imageAlt: "Modern garden design project",
},
{
@@ -84,7 +84,7 @@ export default function ProjectsPage() {
rating: 5,
reviewCount: "Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg",
"http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg?_wi=2",
imageAlt: "Residential landscape project",
},
{
@@ -95,7 +95,7 @@ export default function ProjectsPage() {
rating: 5,
reviewCount: "Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-man-taking-notes_23-2148931346.jpg",
"http://img.b2bpic.net/free-photo/full-shot-man-taking-notes_23-2148931346.jpg?_wi=2",
imageAlt: "Outdoor entertainment space",
},
]}
@@ -137,7 +137,7 @@ export default function ProjectsPage() {
required: true,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=3"
imageAlt="Lush Stuff LLC consultation"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -59,7 +59,7 @@ export default function ServicesPage() {
description:
"Beautiful landscape design tailored to your property and vision",
imageSrc:
"http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7059.jpg",
"http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7059.jpg?_wi=2",
imageAlt: "Professional landscaping design",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -69,7 +69,7 @@ export default function ServicesPage() {
description:
"Patios, walkways, retaining walls, and outdoor structures",
imageSrc:
"http://img.b2bpic.net/free-photo/top-shot-close-up-women-boots-standing-park_23-2148223301.jpg",
"http://img.b2bpic.net/free-photo/top-shot-close-up-women-boots-standing-park_23-2148223301.jpg?_wi=3",
imageAlt: "Professional hardscape installation",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -78,7 +78,7 @@ export default function ServicesPage() {
title: "Property Maintenance",
description: "Seasonal cleanups, lawn care, and outdoor upkeep",
imageSrc:
"http://img.b2bpic.net/free-photo/community-people-working-together-agriculture-grow-food_23-2151205691.jpg",
"http://img.b2bpic.net/free-photo/community-people-working-together-agriculture-grow-food_23-2151205691.jpg?_wi=2",
imageAlt: "Property maintenance service",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -88,7 +88,7 @@ export default function ServicesPage() {
description:
"Unique builds that enhance your outdoor living space",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg",
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=2",
imageAlt: "Custom outdoor project",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -130,7 +130,7 @@ export default function ServicesPage() {
required: true,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=2"
imageAlt="Lush Stuff LLC consultation"
mediaAnimation="slide-up"
mediaPosition="right"