diff --git a/src/app/page.tsx b/src/app/page.tsx index a343584..744a391 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,6 +224,8 @@ export default function LandingPage() { buttons={[ { text: "Get in Touch", href: "mailto:hello@example.com"}, + { + text: "Schedule a Discovery Call", href: "#"}, ]} /> @@ -262,4 +264,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file