Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 82ce9565d1 | |||
| fd3feaaabe | |||
| 995c75ca72 | |||
| 4131262d4f |
@@ -151,25 +151,25 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic", badge: "Core", price: "$5,000/mo", subtitle: "Foundation growth", buttons: [
|
id: "basic", badge: "Core", price: "$5,000/mo", subtitle: "For emerging brands", buttons: [
|
||||||
{
|
{
|
||||||
text: "Inquire", href: "#contact"},
|
text: "Book Strategy Call", href: "#contact"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Daily Posting", "Analytics Report", "Basic Engagement"],
|
"Daily Posting", "Analytics Report", "Basic Engagement"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", badge: "Growth", price: "$12,000/mo", subtitle: "Scale and dominate", buttons: [
|
id: "pro", badge: "Growth", price: "$12,000/mo", subtitle: "For scaling businesses", buttons: [
|
||||||
{
|
{
|
||||||
text: "Inquire", href: "#contact"},
|
text: "Book Strategy Call", href: "#contact"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Full Strategy", "Influencer Access", "Paid Ads Mgmt"],
|
"Full Strategy", "Influencer Access", "Paid Ads Mgmt"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise", badge: "Elite", price: "$25,000/mo", subtitle: "Global authority", buttons: [
|
id: "enterprise", badge: "Elite", price: "$25,000/mo", subtitle: "For established enterprises", buttons: [
|
||||||
{
|
{
|
||||||
text: "Inquire", href: "#contact"},
|
text: "Book Strategy Call", href: "#contact"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Everything Pro", "Dedicated Manager", "Content Production"],
|
"Everything Pro", "Dedicated Manager", "Content Production"],
|
||||||
|
|||||||
Reference in New Issue
Block a user