From 81fcab2b8e1b768d9d74cb3056d2a5a22000f97e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:57:11 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 22e5a9090460aa44b9c6a0957b70fa32b1933e26 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:57:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.49.1