From 0cf3b79876e5259e106e7e30610e2728a1c3b9fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:27:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 336 ++++++++--------------------------------------- 1 file changed, 53 insertions(+), 283 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a6d970..384c6ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,135 +31,46 @@ export default function LandingPage() {
@@ -169,7 +80,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Passion for Quality Landscaping" description="With over 15 years of experience, our team specializes in creating sustainable, beautiful outdoor spaces tailored to your vision." - imageSrc="http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg" /> @@ -179,39 +90,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "Garden Design", - author: "Pro Team", - description: "Customized plans for your property.", - tags: [ - "design", - "creative", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg?_wi=2", - }, - { - id: "2", - title: "Lawn Care", - author: "Pro Team", - description: "Weekly mowing and fertilization.", - tags: [ - "lawn", - "maintenance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479074.jpg", - }, - { - id: "3", - title: "Hardscaping", - author: "Pro Team", - description: "Patios, walkways, and retaining walls.", - tags: [ - "stone", - "construction", - ], - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg", - }, + { id: "1", title: "Garden Design", author: "Pro Team", description: "Customized plans for your property.", tags: ["design", "creative"], imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg" }, + { id: "2", title: "Lawn Care", author: "Pro Team", description: "Weekly mowing and fertilization.", tags: ["lawn", "maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479074.jpg" }, + { id: "3", title: "Hardscaping", author: "Pro Team", description: "Patios, walkways, and retaining walls.", tags: ["stone", "construction"], imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg" }, ]} title="Comprehensive Landscape Solutions" description="From design to maintenance, we offer everything needed to build and sustain your perfect outdoor space." @@ -224,27 +105,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15+", - title: "Years Experience", - description: "Of professional service", - imageSrc: "http://img.b2bpic.net/free-photo/green-leafed-trees_417767-148.jpg", - }, - { - id: "m2", - value: "500+", - title: "Happy Clients", - description: "Completed projects", - imageSrc: "http://img.b2bpic.net/free-photo/green-city-park_1127-3491.jpg", - }, - { - id: "m3", - value: "24/7", - title: "Support", - description: "Always here to help", - imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg", - }, + { id: "m1", value: "15+", title: "Years Experience", description: "Of professional service", imageSrc: "http://img.b2bpic.net/free-photo/green-leafed-trees_417767-148.jpg" }, + { id: "m2", value: "500+", title: "Happy Clients", description: "Completed projects", imageSrc: "http://img.b2bpic.net/free-photo/green-city-park_1127-3491.jpg" }, + { id: "m3", value: "24/7", title: "Support", description: "Always here to help", imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg" }, ]} title="Proven Landscaping Excellence" description="We follow a clear process to ensure every project meets our quality standards." @@ -253,52 +116,17 @@ export default function LandingPage() {