Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2b34f52ab | |||
| 0d40073877 |
@@ -125,21 +125,21 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Starter", badgeIcon: Zap,
|
||||
price: "R 2,000", subtitle: "Perfect for small businesses", buttons: [{ text: "Get Started", href: "contact" }],
|
||||
price: "R 2,000", subtitle: "Perfect for Small Businesses – Start Your Online Journey", buttons: [{ text: "Get Started", href: "contact" }],
|
||||
features: [
|
||||
"5-page website", "Mobile responsive", "Basic SEO optimization", "Contact form", "1 month free support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Professional", badgeIcon: Star,
|
||||
price: "R 8,000", subtitle: "Most popular for growing businesses", buttons: [{ text: "Choose Plan", href: "contact" }],
|
||||
price: "R 8,000", subtitle: "Most Popular – Best for Growing Businesses", buttons: [{ text: "Choose Plan", href: "contact" }],
|
||||
features: [
|
||||
"10-page website", "Advanced responsive design", "Full SEO optimization", "Blog integration", "Contact & email forms", "Social media integration", "3 months free support", "Performance analytics"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "R 18,000", subtitle: "Comprehensive solution for large enterprises", buttons: [{ text: "Get Custom Quote", href: "contact" }],
|
||||
price: "R 18,000", subtitle: "Scalable Solution for Established Enterprises", buttons: [{ text: "Get Custom Quote", href: "contact" }],
|
||||
features: [
|
||||
"Unlimited pages", "E-commerce integration", "Advanced SEO & analytics", "CMS implementation", "User dashboard", "API integrations", "6 months free support", "Priority maintenance", "Custom features", "Performance optimization"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user