Update src/app/page.tsx

This commit is contained in:
2026-05-30 04:33:25 +00:00
parent f1df3dcfe5
commit 0597a449fd

View File

@@ -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,11 +255,11 @@ export default function LandingPage() {
{
title: "Services", items: [
{
label: "Design & Planning", href: "/#services"},
label: "Design & Planning", href: "/services"},
{
label: "Installation", href: "/#services"},
label: "Installation", href: "/services"},
{
label: "Maintenance", href: "/#services"},
label: "Maintenance", href: "/services"},
{
label: "Outdoor Living", href: "/#portfolio"},
],