Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 995c75ca72 | |||
| 4131262d4f |
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "basic", badge: "Core", price: "$5,000/mo", subtitle: "Foundation growth", buttons: [
|
id: "basic", badge: "Core", price: "$5,000/mo", subtitle: "Foundation growth", 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"],
|
||||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "pro", badge: "Growth", price: "$12,000/mo", subtitle: "Scale and dominate", buttons: [
|
id: "pro", badge: "Growth", price: "$12,000/mo", subtitle: "Scale and dominate", 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"],
|
||||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "enterprise", badge: "Elite", price: "$25,000/mo", subtitle: "Global authority", buttons: [
|
id: "enterprise", badge: "Elite", price: "$25,000/mo", subtitle: "Global authority", 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"],
|
||||||
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user