Update src/app/page.tsx

This commit is contained in:
2026-05-30 04:32:52 +00:00
parent 222e151b73
commit 49f09b4231

View File

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