Update src/app/page.tsx
This commit is contained in:
@@ -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"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user