9 Commits

Author SHA1 Message Date
c15791ca6f Merge version_4 into main
Merge version_4 into main
2026-03-03 11:08:10 +00:00
c2b34f52ab Update src/app/page.tsx 2026-03-03 11:08:04 +00:00
0d40073877 Merge version_3 into main
Merge version_3 into main
2026-03-03 11:03:06 +00:00
4bafadf514 Update src/app/page.tsx 2026-03-03 11:03:01 +00:00
a287e54182 Merge version_2 into main
Merge version_2 into main
2026-03-03 10:58:18 +00:00
25c8283602 Update src/app/page.tsx 2026-03-03 10:58:12 +00:00
c74793165e Merge version_1 into main
Merge version_1 into main
2026-03-03 10:57:09 +00:00
c1de935cc4 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:54:54 +00:00
eb716a4eec Merge version_1 into main
Merge version_1 into main
2026-03-03 10:54:11 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Get Started", href: "contact" },
{ text: "Get Your Free Quote", href: "contact" },
{ text: "View Our Work", href: "services" },
]}
buttonAnimation="slide-up"
@@ -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"
],
@@ -173,7 +173,7 @@ export default function LandingPage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Build Your Website?"
description="Let's create something amazing together. Contact YMW today to discuss your project and receive a personalized quote. Email: yusuf@ymw.co.za"
description="Get a personalized website strategy and transparent quote within 24 hours"
buttons={[
{ text: "Send Email", href: "mailto:yusuf@ymw.co.za" },
{