Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2b34f52ab | |||
| 0d40073877 | |||
| 4bafadf514 | |||
| a287e54182 | |||
| 25c8283602 | |||
| c74793165e | |||
| c1de935cc4 | |||
| eb716a4eec |
@@ -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" },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user