Merge version_2 into main #2
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "basic", badge: "Core", price: "$5,000/mo", subtitle: "Foundation growth", buttons: [
|
||||
{
|
||||
text: "Inquire", href: "#contact"},
|
||||
text: "Book Strategy Call", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"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: [
|
||||
{
|
||||
text: "Inquire", href: "#contact"},
|
||||
text: "Book Strategy Call", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"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: [
|
||||
{
|
||||
text: "Inquire", href: "#contact"},
|
||||
text: "Book Strategy Call", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Everything Pro", "Dedicated Manager", "Content Production"],
|
||||
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user