From 9037ff522c355378b87fc4459b9d6873c6d905c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:47:53 +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 dc3119d..b401ac6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d55c2d367a7d676dfddb5732e0e7014c26b03158 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:47:53 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22b7ff0..0448d9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,9 @@ export default function LandingPage() { tag="Flexible Plans" tagIcon={Zap} tagAnimation="slide-up" + buttons={[ + { text: "Compare Plans", href: "#" } + ]} plans={[ { id: "1", price: "$9.99/mo", name: "Essential", buttons: [ @@ -151,9 +154,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[ - { text: "View All Features", href: "#features" } - ]} /> @@ -243,4 +243,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1