Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e56574b983 | |||
| cba1a5cd3a | |||
| e68808159e | |||
| 5d17546a89 | |||
| 5306b65ec5 | |||
| d4cf0ec08b | |||
| ab49da7dd8 | |||
| 4ad1d61eb7 | |||
| 2d0335d38a | |||
| fb1086d862 | |||
| 124f0c1cb1 | |||
| c07d51c74e |
@@ -44,6 +44,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Built on Quality. Delivered with Care."
|
||||
description="Wolfe Construction has been delivering top-quality workmanship and professional construction management in Edmonton for over 15 years."
|
||||
buttons={[{ text: "Request Consultation", href: "#contact" }]}
|
||||
kpis={[
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "90+", label: "Verified Reviews" },
|
||||
@@ -90,12 +91,13 @@ 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"
|
||||
description="Professional solutions for residential and commercial needs."
|
||||
@@ -158,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="Book Your Consultation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user