Update src/app/page.tsx

This commit is contained in:
2026-03-15 22:22:33 +00:00
parent f87b253826
commit 5152c16f8b

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/golf-course-otocec-slovenia-sunny-summer-day_181624-14320.jpg", imageAlt: "Beautiful manicured Miami lawn"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg", imageAlt: "Professional landscaping project"
imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg?_wi=1", imageAlt: "Professional landscaping project"
}
]}
mediaAnimation="opacity"
@@ -81,15 +81,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Lawn Maintenance", description: "Regular mowing, edging, weed control, and seasonal maintenance plans tailored to your yard.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg", imageAlt: "Professional lawn mowing service"
title: "Lawn Maintenance", description: "Regular mowing, edging, weed control, and seasonal maintenance plans tailored to your yard.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg?_wi=1", imageAlt: "Professional lawn mowing service"
},
{
id: 2,
title: "Landscaping Design", description: "Custom yard design, mulch installation, plant selection, and complete landscape installation.", imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg", imageAlt: "Professional landscaping design"
title: "Landscaping Design", description: "Custom yard design, mulch installation, plant selection, and complete landscape installation.", imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg?_wi=2", imageAlt: "Professional landscaping design"
},
{
id: 3,
title: "Tree Services", description: "Expert tree trimming, removal, pruning, and palm maintenance by certified arborists.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg", imageAlt: "Professional tree trimming service"
title: "Tree Services", description: "Expert tree trimming, removal, pruning, and palm maintenance by certified arborists.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg?_wi=1", imageAlt: "Professional tree trimming service"
},
{
id: 4,
@@ -122,10 +122,10 @@ export default function LandingPage() {
id: "project-2", name: "Complete Landscape Design", price: "Completed", variant: "Full Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30867.jpg", imageAlt: "Landscape design before and after"
},
{
id: "project-3", name: "Tree Trimming & Yard Cleanup", price: "Completed", variant: "Tree Services", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg", imageAlt: "Professional tree trimming project"
id: "project-3", name: "Tree Trimming & Yard Cleanup", price: "Completed", variant: "Tree Services", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg?_wi=2", imageAlt: "Professional tree trimming project"
},
{
id: "project-4", name: "Spring Property Maintenance", price: "Completed", variant: "Seasonal Care", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg", imageAlt: "Seasonal lawn maintenance"
id: "project-4", name: "Spring Property Maintenance", price: "Completed", variant: "Seasonal Care", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg?_wi=2", imageAlt: "Seasonal lawn maintenance"
}
]}
/>