Merge version_2 into main #1
@@ -1417,4 +1417,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user