Update src/app/about/page.tsx

This commit is contained in:
2026-05-30 04:33:24 +00:00
parent 2a6f99f7fb
commit f1df3dcfe5

View File

@@ -29,7 +29,7 @@ export default function AboutPage() {
{
name: "About Us", id: "/about"},
{
name: "Services", id: "/#services"},
name: "Services", id: "/services"},
{
name: "Portfolio", id: "/#portfolio"},
{
@@ -65,11 +65,11 @@ export default function AboutPage() {
{
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"},
],