6 Commits

Author SHA1 Message Date
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
124f0c1cb1 Update src/app/page.tsx 2026-04-25 07:50:18 +00:00
c07d51c74e Merge version_1 into main
Merge version_1 into main
2026-04-25 07:49:16 +00:00

View File

@@ -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,7 +91,8 @@ 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" },
@@ -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>
);
}
}