2 Commits

Author SHA1 Message Date
3ff73626e0 Update src/app/page.tsx 2026-05-09 19:29:12 +00:00
42bec33858 Merge version_3 into main
Merge version_3 into main
2026-05-09 19:27:04 +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>