diff --git a/src/app/page.tsx b/src/app/page.tsx index b09bb23..f586954 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Sparkles, Users } from "lucide-react"; +import { Award, Sparkles, Users, LeafyGreen } from "lucide-react"; export default function LandingPage() { return ( @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "About Us", id: "/about"}, { - name: "Services", id: "/#services"}, + name: "Services", id: "/services"}, { name: "Portfolio", id: "/#portfolio"}, { @@ -255,13 +255,13 @@ export default function LandingPage() { { title: "Services", items: [ { - label: "Design & Planning", href: "/#services"}, + label: "Mowing & Edging", href: "/services"}, { - label: "Installation", href: "/#services"}, + label: "Fertilization", href: "/services"}, { - label: "Maintenance", href: "/#services"}, + label: "Aeration", href: "/services"}, { - label: "Outdoor Living", href: "/#portfolio"}, + label: "Seasonal Clean-ups", href: "/services"}, ], }, {