Update src/app/page.tsx

This commit is contained in:
2026-03-19 00:16:12 +00:00
parent 4fdf3df56a
commit 9bb9f3de55

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "rating", value: "5.0★", description: "Customer Rating - Reliable & Professional" },
@@ -90,22 +90,22 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
title: "Lawn Mowing", description: "Regular cutting with precision edging for that perfectly groomed look every time.", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg?_wi=1", imageAlt: "Professional lawn mowing service with sharp, clean edges"
title: "Lawn Mowing", description: "Regular cutting with precision edging for that perfectly groomed look every time.", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg", imageAlt: "Professional lawn mowing service with sharp, clean edges"
},
{
title: "Edging & Trimming", description: "Sharp, clean lines that define your lawn and make it stand out.", imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg?_wi=1", imageAlt: "Precise lawn edging and professional trimming"
title: "Edging & Trimming", description: "Sharp, clean lines that define your lawn and make it stand out.", imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg", imageAlt: "Precise lawn edging and professional trimming"
},
{
title: "Hedge & Shrub Trimming", description: "Professional pruning to keep hedges and shrubs healthy and beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=1", imageAlt: "Expert hedge and shrub trimming and maintenance"
title: "Hedge & Shrub Trimming", description: "Professional pruning to keep hedges and shrubs healthy and beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Expert hedge and shrub trimming and maintenance"
},
{
title: "Mulching", description: "Fresh mulch application to protect plants and enhance curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg?_wi=2", imageAlt: "Professional mulch installation and landscaping"
title: "Mulching", description: "Fresh mulch application to protect plants and enhance curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg", imageAlt: "Professional mulch installation and landscaping"
},
{
title: "Seasonal Cleanups", description: "Spring cleanup, fall leaf removal, and seasonal property maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg?_wi=2", imageAlt: "Comprehensive seasonal lawn and yard cleanup"
title: "Seasonal Cleanups", description: "Spring cleanup, fall leaf removal, and seasonal property maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg", imageAlt: "Comprehensive seasonal lawn and yard cleanup"
},
{
title: "Recurring Maintenance", description: "Bi-weekly plans for ongoing lawn health and consistent curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=2", imageAlt: "Regular lawn maintenance and care schedule"
title: "Recurring Maintenance", description: "Bi-weekly plans for ongoing lawn health and consistent curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Regular lawn maintenance and care schedule"
}
]}
/>
@@ -137,13 +137,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "before-after-1", name: "Spring Transformation", price: "Sharp Results", variant: "Edging & Cleanup", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg?_wi=3", imageAlt: "Before and after spring lawn cleanup and edging"
id: "before-after-1", name: "Spring Transformation", price: "Sharp Results", variant: "Edging & Cleanup", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg", imageAlt: "Before and after spring lawn cleanup and edging"
},
{
id: "before-after-2", name: "Summer Maintenance", price: "Lush & Green", variant: "Regular Mowing", imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg?_wi=3", imageAlt: "Professional summer lawn maintenance results"
id: "before-after-2", name: "Summer Maintenance", price: "Lush & Green", variant: "Regular Mowing", imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg", imageAlt: "Professional summer lawn maintenance results"
},
{
id: "before-after-3", name: "Fall Cleanup", price: "Fresh Start", variant: "Seasonal Service", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=3", imageAlt: "Professional fall lawn cleanup and preparation"
id: "before-after-3", name: "Fall Cleanup", price: "Fresh Start", variant: "Seasonal Service", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Professional fall lawn cleanup and preparation"
}
]}
/>