Update src/app/page.tsx

This commit is contained in:
2026-03-23 11:32:46 +00:00
parent 1be5c7e9de
commit 93a5580482

View File

@@ -33,27 +33,27 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Services",
id: "services",
href: "/services",
},
{
name: "About",
id: "about",
href: "/about",
},
{
name: "Reviews",
id: "reviews",
href: "/reviews",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
button={{