4 Commits

Author SHA1 Message Date
e05ebe9005 Update src/app/page.tsx 2026-04-23 06:32:59 +00:00
e4662f9b81 Merge version_1 into main
Merge version_1 into main
2026-04-23 06:29:32 +00:00
fea04dfb1d Merge version_1 into main
Merge version_1 into main
2026-04-23 06:29:02 +00:00
a21e1fae7e Merge version_1 into main
Merge version_1 into main
2026-04-23 06:28:29 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="Expert Roofing & Financial Planning"
title="Expert Roofing Services & Financial Planning for Homeowners"
description="Premium roofing repair combined with expert financial consulting to secure your home and your future."
buttons={[{ text: "Get a Quote", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg?_wi=1"
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}