Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-25 18:51:55 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -30,17 +30,17 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Services",
id: "services",
href: "/services",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
brandName="Mow-tivated LLC"

View File

@@ -31,17 +31,17 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Services",
id: "services",
href: "/services",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
brandName="Mow-tivated LLC"

View File

@@ -8,7 +8,7 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea
import FooterBase from '@/components/sections/footer/FooterBase';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { Droplets, Gauge } from "lucide-react";
import { Droplets, Gauge, SprayCan, Leaf, Flower, HardHat } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,17 +31,17 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Services",
id: "services",
href: "/services",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
brandName="Mow-tivated LLC"