Compare commits
3 Commits
version_15
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e4d7af4e9 | |||
| 1cfb6e4166 | |||
| bc2ef84e64 |
@@ -116,7 +116,43 @@ const page = () => {
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
badge: 'Marketing & Social Media',
|
||||
badge: 'Consulting & Strategy',
|
||||
badgeIcon: TrendingUp,
|
||||
price: '$1,999/mo',
|
||||
subtitle: 'Expert consulting and strategic business guidance',
|
||||
buttons: [
|
||||
{ text: 'Get Started', href: 'https://example.com/start' },
|
||||
{ text: 'Contact Sales', href: 'https://example.com/sales' }
|
||||
],
|
||||
features: [
|
||||
'Business strategy sessions',
|
||||
'Expert consulting',
|
||||
'Growth planning',
|
||||
'Monthly strategy reviews',
|
||||
'Implementation support'
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
badge: 'Advertising Services',
|
||||
badgeIcon: Zap,
|
||||
price: '$1,499/mo',
|
||||
subtitle: 'Targeted advertising campaigns across multiple channels',
|
||||
buttons: [
|
||||
{ text: 'Get Started', href: 'https://example.com/start' },
|
||||
{ text: 'View Cases', href: 'https://example.com/cases' }
|
||||
],
|
||||
features: [
|
||||
'Multi-channel advertising',
|
||||
'Campaign management',
|
||||
'Performance tracking',
|
||||
'Monthly analytics reports',
|
||||
'Ad optimization'
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
badge: 'Social Media Management',
|
||||
badgeIcon: TrendingUp,
|
||||
price: '$1,499/mo',
|
||||
subtitle: 'Complete marketing and social media management',
|
||||
@@ -133,7 +169,25 @@ const page = () => {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
id: '5',
|
||||
badge: 'AI Call Assistant & Automation',
|
||||
badgeIcon: Hexagon,
|
||||
price: '$999/mo',
|
||||
subtitle: 'Intelligent call handling and business automation',
|
||||
buttons: [
|
||||
{ text: 'Get Started', href: 'https://example.com/start' },
|
||||
{ text: 'Schedule Demo', href: 'https://example.com/demo' }
|
||||
],
|
||||
features: [
|
||||
'AI call assistant',
|
||||
'Automated workflows',
|
||||
'Call analytics',
|
||||
'Integration support',
|
||||
'24/7 monitoring'
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
badge: 'Bundled Enterprise',
|
||||
badgeIcon: Shield,
|
||||
price: '$4,999/mo',
|
||||
|
||||
Reference in New Issue
Block a user