diff --git a/src/app/page.tsx b/src/app/page.tsx index bef8c15..2dffc6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="3D STUDIO" + button={{ text: "Get Started", href: "#contact" }} /> @@ -66,7 +67,6 @@ export default function LandingPage() {