From 73a5f13fb253038cc7a133fd439734dc052724a6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:12:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dee3e7f..46f2637 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,19 +113,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Roof Repairs", description: "Quick, reliable solutions for leaks and storm damage.", bentoComponent: { - bentoComponent: "reveal-icon", icon: Hammer, - }, + title: "Roof Repairs", description: "Quick, reliable solutions for leaks and storm damage.", bentoComponent: "reveal-icon", icon: Hammer, imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-protection-helmet-full-shot_23-2149343641.jpg", imageAlt: "residential roof repair service residential"}, { - title: "Full Installation", description: "Expert roof replacements designed to last.", bentoComponent: { - bentoComponent: "reveal-icon", icon: Home, - }, + title: "Full Installation", description: "Expert roof replacements designed to last.", bentoComponent: "reveal-icon", icon: Home, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", imageAlt: "residential roof repair service residential"}, { - title: "Inspections", description: "Professional assessments to keep your roof in peak condition.", bentoComponent: { - bentoComponent: "reveal-icon", icon: Shield, - }, + title: "Inspections", description: "Professional assessments to keep your roof in peak condition.", bentoComponent: "reveal-icon", icon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "residential roof repair service residential"}, ]} title="Our Roofing Services" -- 2.49.1