Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-09 19:29:16 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Roofing Pro"
brandName="Rogers Roofing"
/>
</div>
@@ -161,7 +161,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Roofing Pro"
logoText="Rogers Roofing"
columns={[
{ title: "Navigate", items: [
{ label: "Services", href: "#features" },
@@ -173,7 +173,7 @@ export default function LandingPage() {
{ label: "Privacy Policy", href: "#" },
] },
]}
copyrightText="© 2025 Roofing Pro | Servicing Rockford & Area"
copyrightText="© 2025 Rogers Roofing | Servicing Rockford & Area"
/>
</div>
</ReactLenis>