Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf558aba80 | |||
| d04317b583 |
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "plan1", badge: "Starter", price: "$0", subtitle: "Basic features.", buttons: [
|
id: "plan1", badge: "Starter", price: "$0", subtitle: "Core platform access.", buttons: [
|
||||||
{
|
{
|
||||||
text: "Sign Up", href: "#"},
|
text: "Sign Up", href: "#"},
|
||||||
],
|
],
|
||||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
|||||||
"Limited access", "Community support"],
|
"Limited access", "Community support"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "plan2", badge: "Pro", price: "$49", subtitle: "Advanced features.", buttons: [
|
id: "plan2", badge: "Pro", price: "$49", subtitle: "Enhanced tools for growth.", buttons: [
|
||||||
{
|
{
|
||||||
text: "Sign Up", href: "#"},
|
text: "Sign Up", href: "#"},
|
||||||
],
|
],
|
||||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
"Full access", "Priority support"],
|
"Full access", "Priority support"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "plan3", badge: "Elite", price: "$199", subtitle: "Everything included.", buttons: [
|
id: "plan3", badge: "Elite", price: "$199", subtitle: "Bespoke enterprise solutions.", buttons: [
|
||||||
{
|
{
|
||||||
text: "Sign Up", href: "#"},
|
text: "Sign Up", href: "#"},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user