From 0e4d7af4e918c4b0d03df049be00dc83be6238c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:08:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 58 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd86bd7..d746de4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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', -- 2.49.1