Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f014e4f9b3 | |||
| 9d2d0616b5 |
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="LuxeLawn"
|
brandName="Dino Might Lawncare LLC"
|
||||||
button={{ text: "Get Started", href: "/contact" }}
|
button={{ text: "Get Started", href: "/contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -191,8 +191,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="LuxeLawn"
|
logoText="Dino Might Lawncare LLC"
|
||||||
copyrightText="© 2025 LuxeLawn Management. All rights reserved."
|
copyrightText="© 2025 Dino Might Lawncare LLC. All rights reserved."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||||
|
|||||||
Reference in New Issue
Block a user