diff --git a/src/app/page.tsx b/src/app/page.tsx index 11d530f..94486c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,19 +42,18 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} />
); -} \ No newline at end of file +}