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 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