4 Commits

Author SHA1 Message Date
39986737c9 Update src/app/page.tsx 2026-04-24 13:12:24 +00:00
52b1402f1a Merge version_2 into main
Merge version_2 into main
2026-04-24 13:04:55 +00:00
d6aac70668 Update src/app/page.tsx 2026-04-24 13:04:52 +00:00
19d6d0ac6c Merge version_1 into main
Merge version_1 into main
2026-04-24 12:52:47 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
<HeroSplitKpi
background={{
variant: "rotated-rays-static"}}
title="Premium Roofing Solutions That Stand the Test of Time"
title="Premium Roofing & Installation Services"
description="Trusted by homeowners and businesses for durable, elegant, and expertly installed roofing systems."
kpis={[
{
@@ -216,7 +216,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Request a Free Inspection"
title="Get Your Free, No-Obligation Roofing Quote Today"
description="Ready to upgrade your property? Fill out the form below to receive a personalized quote."
inputs={[
{
@@ -270,4 +270,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}