From 4b180f4a11c0bbb24a4b650fe584dcb7f1289675 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 20:29:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 376 +++++++++++------------------------------------ 1 file changed, 85 insertions(+), 291 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e080c9b..148e4ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,81 +33,46 @@ export default function LandingPage() {
@@ -144,65 +103,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "excavation-grading", - title: "Excavation & Grading", - tags: [ - "Foundation", - "Leveling", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194782.jpg", - imageAlt: "Mini excavator at a residential landscaping site", - }, + id: "excavation-grading", title: "Excavation & Grading", tags: [ + "Foundation", "Leveling"], + imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194782.jpg", imageAlt: "Mini excavator at a residential landscaping site"}, { - id: "concrete-interlock", - title: "Concrete & Interlock", - tags: [ - "Patios", - "Walkways", - ], - imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", - imageAlt: "Interlock patio installation with precise paver placement", - }, + id: "concrete-interlock", title: "Concrete & Interlock", tags: [ + "Patios", "Walkways"], + imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", imageAlt: "Interlock patio installation with precise paver placement"}, { - id: "retaining-walls", - title: "Retaining Walls", - tags: [ - "Support", - "Design", - ], - imageSrc: "http://img.b2bpic.net/free-photo/multicolor-artificial-grass_1232-2986.jpg", - imageAlt: "Beautiful natural stone retaining wall in a garden", - }, + id: "retaining-walls", title: "Retaining Walls", tags: [ + "Support", "Design"], + imageSrc: "http://img.b2bpic.net/free-photo/multicolor-artificial-grass_1232-2986.jpg", imageAlt: "Beautiful natural stone retaining wall in a garden"}, { - id: "sodding-planting", - title: "Sodding & Planting", - tags: [ - "Greenery", - "Gardens", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-orange-yoga-mat-green-grass-park-outdoor_574295-4734.jpg", - imageAlt: "Freshly laid green sod rolls in a new lawn", - }, + id: "sodding-planting", title: "Sodding & Planting", tags: [ + "Greenery", "Gardens"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-orange-yoga-mat-green-grass-park-outdoor_574295-4734.jpg", imageAlt: "Freshly laid green sod rolls in a new lawn"}, { - id: "delivery-installation", - title: "Delivery & Installation", - tags: [ - "Logistics", - "Precision", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dry-golden-straw-texture_632498-60877.jpg", - imageAlt: "Truck delivering landscaping materials like gravel and soil", - }, + id: "delivery-installation", title: "Delivery & Installation", tags: [ + "Logistics", "Precision"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-dry-golden-straw-texture_632498-60877.jpg", imageAlt: "Truck delivering landscaping materials like gravel and soil"}, { - id: "custom-design", - title: "Custom Landscape Design", - tags: [ - "Vision", - "Planning", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091335.jpg", - imageAlt: "3D landscape design blueprint on a tablet", - }, + id: "custom-design", title: "Custom Landscape Design", tags: [ + "Vision", "Planning"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091335.jpg", imageAlt: "3D landscape design blueprint on a tablet"}, ]} title="Our Comprehensive Landscaping Services" description="From initial excavation to the final sodding, we offer a full suite of services to enhance your property's beauty and functionality." @@ -215,64 +138,26 @@ export default function LandingPage() {