2 Commits

Author SHA1 Message Date
d55c2d367a Update src/app/page.tsx 2026-03-03 10:47:53 +00:00
9037ff522c Update src/app/layout.tsx 2026-03-03 10:47:53 +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>
);
}
}