2 Commits

Author SHA1 Message Date
f014e4f9b3 Update src/app/page.tsx 2026-04-27 23:53:28 +00:00
9d2d0616b5 Merge version_1 into main
Merge version_1 into main
2026-04-27 23:33:15 +00:00

View File

@@ -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" },