9 Commits

Author SHA1 Message Date
400ce84958 Merge version_4 into main
Merge version_4 into main
2026-04-23 06:35:14 +00:00
c4227b9136 Update src/app/page.tsx 2026-04-23 06:35:11 +00:00
53896fee56 Merge version_3 into main
Merge version_3 into main
2026-04-23 06:34:32 +00:00
29557221d2 Update src/app/page.tsx 2026-04-23 06:34:29 +00:00
7392127171 Merge version_2 into main
Merge version_2 into main
2026-04-23 06:33:05 +00:00
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

@@ -35,16 +35,17 @@ export default function LandingPage() {
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Finance", id: "#finance" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
]}
brandName="RoofFin Solutions"
brandName="RoofFinCo.com"
/>
</div>
<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"
@@ -156,8 +157,10 @@ export default function LandingPage() {
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Services", items: [{ label: "Roofing", href: "#services" }, { label: "Finance", href: "#finance" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy", href: "#" }] },
]}
logoText="RoofFin Solutions"
logoText="RoofFinCo.com"
copyrightText="© 2025 | RoofFinCo.com"
/>
</div>
</ReactLenis>