diff --git a/src/app/page.tsx b/src/app/page.tsx index 10be992..5344a3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,7 +163,10 @@ export default function HomePage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "Get Your Free Audit", href: "/contact" }]} + buttons={[ + { text: "Get Your Free Audit", href: "/contact" }, + { text: "Schedule Strategy Call", href: "https://calendly.com" } + ]} buttonAnimation="slide-up" /> @@ -224,4 +227,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file