Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 21:51:50 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah J.", handle: "Liberty Township", testimonial: "Hoerst turned my yard into the best looking one on the block. Truly professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg", imageAlt: "luxury suburban lawn landscape professional"},
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg?_wi=1", imageAlt: "luxury suburban lawn landscape professional"},
{
name: "Mark D.", handle: "West Chester", testimonial: "Reliable, fast, and the attention to detail is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7745.jpg", imageAlt: "lawn mowing service icon green"},
@@ -72,7 +72,7 @@ export default function LandingPage() {
{
text: "Call 513-484-7987", href: "tel:5134847987"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg", alt: "Customer 1"},
@@ -99,16 +99,16 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/colourful-plastic-bucket-spade-background_1048-16761.jpg", imageAlt: "seasonal cleanup yard icon"},
{
title: "Mulch Installation", description: "Professional grade mulch for a clean, refreshed aesthetic.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg", imageAlt: "happy homeowner lawn landscape"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg?_wi=1", imageAlt: "happy homeowner lawn landscape"},
{
title: "Deep Edge Trenching", description: "Define your landscape borders with precise machine edging.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg", imageAlt: "suburban homeowner happy yard"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg?_wi=1", imageAlt: "suburban homeowner happy yard"},
{
title: "Weed Barrier", description: "Prevent weeds from taking over your garden beds.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg", imageAlt: "homeowner portrait lush green lawn"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg?_wi=1", imageAlt: "homeowner portrait lush green lawn"},
{
title: "Seasonal Cleanup", description: "Complete spring or fall cleanup for a tidy landscape.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg", imageAlt: "satisfied residential customer portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg?_wi=1", imageAlt: "satisfied residential customer portrait"},
]}
title="Our Services"
description="Professional lawn care solutions tailored for your neighborhood."
@@ -156,16 +156,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah J.", role: "Resident", company: "Liberty Twp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg?_wi=2"},
{
id: "2", name: "Mark D.", role: "Resident", company: "West Chester", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg?_wi=2"},
{
id: "3", name: "Emily R.", role: "Resident", company: "Sharonville", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg?_wi=2"},
{
id: "4", name: "David K.", role: "Resident", company: "Liberty Twp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg?_wi=2"},
{
id: "5", name: "Lisa M.", role: "Resident", company: "West Chester", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg"},
@@ -204,7 +204,7 @@ export default function LandingPage() {
]}
textarea={{
name: "details", placeholder: "Anything else we should know?"}}
imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg?_wi=3"
/>
</div>