14 Commits

Author SHA1 Message Date
fc05e7e569 Update src/app/page.tsx 2026-04-25 07:56:36 +00:00
c6db1e4c59 Merge version_8 into main
Merge version_8 into main
2026-04-25 07:55:28 +00:00
69c7c06f23 Update src/app/page.tsx 2026-04-25 07:55:22 +00:00
9c1e53dea9 Merge version_7 into main
Merge version_7 into main
2026-04-25 07:54:42 +00:00
e56574b983 Update src/app/page.tsx 2026-04-25 07:54:39 +00:00
cba1a5cd3a Merge version_6 into main
Merge version_6 into main
2026-04-25 07:53:49 +00:00
e68808159e Update src/app/page.tsx 2026-04-25 07:53:44 +00:00
5d17546a89 Merge version_5 into main
Merge version_5 into main
2026-04-25 07:52:49 +00:00
5306b65ec5 Update src/app/page.tsx 2026-04-25 07:52:43 +00:00
d4cf0ec08b Merge version_4 into main
Merge version_4 into main
2026-04-25 07:52:05 +00:00
ab49da7dd8 Update src/app/page.tsx 2026-04-25 07:52:02 +00:00
4ad1d61eb7 Merge version_3 into main
Merge version_3 into main
2026-04-25 07:51:17 +00:00
2d0335d38a Update src/app/page.tsx 2026-04-25 07:51:14 +00:00
fb1086d862 Merge version_2 into main
Merge version_2 into main
2026-04-25 07:50:24 +00:00

View File

@@ -91,14 +91,15 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardSix
textboxLayout="default"
textboxLayout="split-actions"
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: "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"
title="Professional Services That Add Real Value"
description="Professional solutions for residential and commercial needs."
/>
</div>
@@ -159,6 +160,7 @@ export default function LandingPage() {
tag="Get in touch"
title="Start Your Project Today"
description="Ready to discuss your renovation or construction project? Contact us today for professional management and quality service."
buttonText="Schedule Your Free Consultation"
/>
</div>
@@ -171,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}