Update src/app/page.tsx

This commit is contained in:
2026-03-04 05:49:34 +00:00
parent 985058c31c
commit ad1109c445

View File

@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Products", id: "/products" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Schedule Viewing", href: "contact" }}