From 3df2e1b0a97c7b7a4d66baf5b9f7fb4e05e3b4f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:40:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be46efe..098b89a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function HomePage() { imagePosition="right" mediaAnimation="slide-up" buttons={[ - { text: "Call Now (770) 882-7196", href: "tel:(770) 882-7196" }, + { text: "Get Free Inspection Today", href: "tel:(770) 882-7196" }, { text: "Get a Free Quote", href: "/contact" }, ]} buttonAnimation="slide-up" @@ -92,36 +92,28 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Insulation Installation", - description: "Professional insulation installation to improve energy efficiency and indoor comfort year-round", - icon: Zap, + title: "Insulation Installation", description: "Professional insulation installation to improve energy efficiency and indoor comfort year-round", icon: Zap, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-wood_23-2148748789.jpg?_wi=2", imageAlt: "Insulation installation service" }, { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-communication-problems_23-2149354287.jpg?_wi=1", imageAlt: "Insulation project completed" }, ], }, { - title: "Air Leak Sealing", - description: "Stop drafts and air leaks to lower your energy bills and maintain consistent temperatures", - icon: Wind, + title: "Air Leak Sealing", description: "Stop drafts and air leaks to lower your energy bills and maintain consistent temperatures", icon: Wind, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-electrician-fixing-plug-white-wall_23-2148087580.jpg?_wi=1", imageAlt: "Air sealing service" }, { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15077.jpg?_wi=1", imageAlt: "Air sealing project results" }, ], }, { - title: "Drywall Repair", - description: "Clean, seamless drywall repair and finishing after insulation work or renovations", - icon: Square, + title: "Drywall Repair", description: "Clean, seamless drywall repair and finishing after insulation work or renovations", icon: Square, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/man-is-cutting-wallpaper-maintenance-repair-works-renovation-flat-apartment-renovation-restoration-idea-indoors_166373-2214.jpg?_wi=1", imageAlt: "Drywall repair service" }, { imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg?_wi=1", imageAlt: "Professional drywall finishing" }, ], }, { - title: "Remodeling Support", - description: "Insulation solutions and expert support for your home renovation and remodeling projects", - icon: Home, + title: "Remodeling Support", description: "Insulation solutions and expert support for your home renovation and remodeling projects", icon: Home, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg?_wi=2", imageAlt: "Remodeling project support" }, { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-wood_23-2148748789.jpg?_wi=3", imageAlt: "Renovation support service" }, @@ -191,4 +183,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}