3 Commits

Author SHA1 Message Date
45a8f61531 Update src/app/services/page.tsx 2026-05-17 17:10:05 +00:00
678a1ec678 Update src/app/page.tsx 2026-05-17 17:10:05 +00:00
9413c9b275 Merge version_9 into main
Merge version_9 into main
2026-05-17 17:07:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ export default function LandscapingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Ugarte Landscapes"
brandName="Ugarte Landscapes 🪴"
navItems={[
{ name: "Services", id: "/services" },
{ name: "About", id: "about" },

View File

@@ -24,7 +24,7 @@ export default function ServicesPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Ugarte Landscapes"
brandName="Ugarte Landscapes 🪴"
navItems={[
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },