Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ff73626e0 | |||
| 42bec33858 |
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Reviews", id: "#testimonials" },
|
{ name: "Reviews", id: "#testimonials" },
|
||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Roofing Pro"
|
brandName="Rogers Roofing"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Roofing Pro"
|
logoText="Rogers Roofing"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigate", items: [
|
{ title: "Navigate", items: [
|
||||||
{ label: "Services", href: "#features" },
|
{ label: "Services", href: "#features" },
|
||||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
|||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
] },
|
] },
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Roofing Pro | Servicing Rockford & Area"
|
copyrightText="© 2025 Rogers Roofing | Servicing Rockford & Area"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user