2 Commits

Author SHA1 Message Date
80fde458c9 Update src/app/page.tsx 2026-04-28 18:20:44 +00:00
eeb2dfbe67 Merge version_4 into main
Merge version_4 into main
2026-04-28 18:16:19 +00:00

View File

@@ -31,7 +31,7 @@ export default function LandscapingPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
brandName="LushLawn" brandName="All year around gardening"
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
@@ -249,7 +249,7 @@ export default function LandscapingPage() {
], ],
}, },
]} ]}
bottomLeftText="© 2026 LushLawn Landscaping" bottomLeftText="© 2026 All year around gardening"
bottomRightText="All rights reserved" bottomRightText="All rights reserved"
/> />
</div> </div>