From 3913831bb0c7c2f57713003dcfd86f11f6a6e361 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:49:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 320dc0f..fd404cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Hardscape Installation", description: "Professional installation of patios, walkways, retaining walls, and outdoor structures. We use quality materials and expert craftsmanship to create durable, beautiful hardscape features that complement your landscape.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-happy-mature-bearded-caucasian-man-smiling-working-garden-near-countryside-house-picking-berries-getting-ready-healthy-breakfast_176420-19949.jpg" }, + id: "2", title: "Hardscape Installation", description: "Professional installation of patios, walkways, retaining walls, and outdoor structures. We use quality materials and expert craftsmanship to create durable, beautiful hardscape features that complement your landscape.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-happy-mature-bearded-caucasian-man-smiling-working-garden-near-countryside-house-picking-berries-getting-ready-healthy-breakfast_176420-19949.jpg?_wi=1" }, items: [ { icon: Hammer, text: "Expert installation crew" }, { icon: Shield, text: "Quality guaranteed work" }, @@ -108,7 +108,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Garden & Plant Installation", description: "Thoughtful plant selection and installation that brings color, texture, and life to your outdoor space. We choose plants suited to your climate and maintenance preferences for long-term beauty and health.", media: { imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg" }, + id: "3", title: "Garden & Plant Installation", description: "Thoughtful plant selection and installation that brings color, texture, and life to your outdoor space. We choose plants suited to your climate and maintenance preferences for long-term beauty and health.", media: { imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg?_wi=1" }, items: [ { icon: Leaf, text: "Native plant selection" }, { icon: Droplets, text: "Proper irrigation setup" }, @@ -132,10 +132,10 @@ export default function LandingPage() {