From 5306b65ec5e0f3002a13de5c82c648c3a9009582 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 07:52:43 +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 f257c9e..b77eb6d 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: "Expert bathroom and kitchen makeovers.", 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 taping.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-workers-job_23-2149366671.jpg", imageAlt: "Finishing" }, - { title: "Residential Framing", description: "Structural framing with professional accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-sends-engineer-improve-energy-production_482257-118030.jpg", imageAlt: "Framing" }, + { title: "Remodeling & Renovations", description: "High-end kitchen transformations and luxury bathroom upgrades.", 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="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