From c3dfc513dae292ab8f2d0dff472b6db7a9fa267c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:48:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8be790..6edf26e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,6 +76,8 @@ export default function LandingPage() { title: "Half-Round Gutters", description: "Perfect for traditional, historic, or high-end homes. Elegant, curved design with superior water flow.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16088.jpg", imageAlt: "Half-Round Gutter"}, { title: "Seamless Installation", description: "Custom fit on-site to minimize leaks and enhance visual appeal.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=2", imageAlt: "Seamless gutter installation"}, + { + title: "Same-Day Installation", description: "Most residential projects are fully installed within one day by our expert crews to minimize disruption.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg", imageAlt: "Rapid installation"} ]} title="Why Choose Our Gutter Systems?" description="Built to last and designed to protect. We emphasize precision installation for long-term water management." @@ -179,4 +181,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1