From 4a07f61a35cb36595850822b5cc06d21ad773d80 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 00:34:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 032ccad..750247b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,14 +78,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "s1", title: "Lawn Care & Mowing", tags: ["Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg" }, - { id: "s2", title: "Stone & Hardscape", tags: ["Design"], imageSrc: "http://img.b2bpic.net/free-photo/stone-surface-with-grass_23-2147625863.jpg" }, - { id: "s3", title: "Irrigation Systems", tags: ["Tech"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-succulent-plant_23-2147844312.jpg" }, - { id: "s4", title: "Tree Trimming/Removal", tags: ["Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/tree-pruning_1359-1110.jpg" }, - { id: "s5", title: "Fencing and Repair", tags: ["Construction"], imageSrc: "http://img.b2bpic.net/free-photo/wood-fence-garden_1359-1110.jpg" }, - { id: "s6", title: "Masonry Installation", tags: ["Hardscape"], imageSrc: "http://img.b2bpic.net/free-photo/stone-masonry_1359-1110.jpg" }, - { id: "s7", title: "Sprinkler Repair", tags: ["Tech"], imageSrc: "http://img.b2bpic.net/free-photo/irrigation-sprinkler_1359-1110.jpg" }, - { id: "s8", title: "Aeration & Composting", tags: ["Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/garden-aeration_1359-1110.jpg" } + { id: "s1", title: "Lawn Care & Mowing", tags: ["Maintenance"], imageSrc: "https://ai.b2bpic.net/landscaping/lawn-mowing-min.jpg" }, + { id: "s2", title: "Stone & Hardscape", tags: ["Design"], imageSrc: "https://ai.b2bpic.net/landscaping/stone-pathway-min.jpg" }, + { id: "s3", title: "Irrigation Systems", tags: ["Tech"], imageSrc: "https://ai.b2bpic.net/landscaping/irrigation-system-min.jpg" }, + { id: "s4", title: "Tree Trimming/Removal", tags: ["Maintenance"], imageSrc: "https://ai.b2bpic.net/landscaping/tree-trimming-min.jpg" }, + { id: "s5", title: "Fencing and Repair", tags: ["Construction"], imageSrc: "https://ai.b2bpic.net/landscaping/fencing-repair-min.jpg" }, + { id: "s6", title: "Masonry Installation", tags: ["Hardscape"], imageSrc: "https://ai.b2bpic.net/landscaping/masonry-work-min.jpg" }, + { id: "s7", title: "Sprinkler Repair", tags: ["Tech"], imageSrc: "https://ai.b2bpic.net/landscaping/sprinkler-repair-min.jpg" }, + { id: "s8", title: "Aeration & Composting", tags: ["Maintenance"], imageSrc: "https://ai.b2bpic.net/landscaping/lawn-aeration-min.jpg" } ]} title="Professional Services" description="Comprehensive landscape solutions tailored to your unique property requirements. We are available Monday through Friday, 7am - 5pm." @@ -177,4 +177,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1