Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-03-03 11:08:11 +00:00

View File

@@ -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"
],