diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 86ae03a..0267b9f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index ecbe7de..a0b45bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -241,6 +241,10 @@ export default function HomePage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Let's Get Started", href: "pricing" } + ]} + buttonAnimation="slide-up" /> @@ -317,4 +321,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file