Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-03-03 10:47:59 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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" }
]}
/>
</div>
@@ -243,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}