From e56574b98366bde7bf65e49deef6c219b2db31b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 07:54:39 +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 4acbca8..b672d87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,9 +95,9 @@ export default function LandingPage() { buttons={[{ text: "Get a Quote", href: "#contact" }]} useInvertedBackground={false} features={[ - { title: "Remodeling & Renovations", description: "Stress-free, high-end renovations tailored to your specific project needs.", imageSrc: "http://img.b2bpic.net/free-photo/light-symmetry-historic-atrium-upward-view-through-stairs_169016-70079.jpg", imageAlt: "Renovation" }, - { title: "Finishing & Drywall", description: "Precision drywall installation and seamless architectural finishing.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-workers-job_23-2149366671.jpg", imageAlt: "Finishing" }, - { title: "Residential Framing", description: "Structural integrity and framing for custom residential builds.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-sends-engineer-improve-energy-production_482257-118030.jpg", imageAlt: "Framing" }, + { title: "Remodeling & Renovations", description: "Stress-free, high-end renovations that revitalize your space and significantly increase your home's total market value.", imageSrc: "http://img.b2bpic.net/free-photo/light-symmetry-historic-atrium-upward-view-through-stairs_169016-70079.jpg", imageAlt: "Renovation" }, + { title: "Finishing & Drywall", description: "Impeccable wall surfaces and architectural details that provide a polished, premium aesthetic to every room in your home.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-workers-job_23-2149366671.jpg", imageAlt: "Finishing" }, + { title: "Residential Framing", description: "Solid structural foundations engineered for durability, ensuring peace of mind and long-term security for your family.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-sends-engineer-improve-energy-production_482257-118030.jpg", imageAlt: "Framing" }, ]} title="Comprehensive Construction Services" description="Professional solutions for residential and commercial needs." @@ -173,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1