Merge version_7 into main #7

Merged
bender merged 1 commits from version_7 into main 2026-04-25 07:54:43 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}