Update src/app/page.tsx

This commit is contained in:
2026-03-24 21:32:42 +00:00
parent 6327f22bf0
commit 1a98a440ed

View File

@@ -33,32 +33,32 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "About Us",
id: "about",
href: "#about",
},
{
name: "Services",
id: "services",
href: "#services",
},
{
name: "Projects",
id: "projects",
href: "#projects",
},
{
name: "Testimonials",
id: "testimonials",
href: "#testimonials",
},
{
name: "Contact",
id: "contact",
href: "#contact",
},
]}
button={{