diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e341c9f..3068877 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,9 +21,11 @@ const montserrat = Montserrat({ export const metadata: Metadata = { title: "YMW | Professional Web Design for Small & Large Businesses", description: "Authentic web design solutions for businesses of all sizes. Affordable pricing from R2,000-R18,000. Expert services for startups and enterprises.", keywords: "web design, website design, business websites, responsive design, web development, South Africa", openGraph: { - title: "YMW | Professional Web Design", description: "Create your perfect website with YMW. Authentic design solutions for businesses.", url: "https://ymw.co.za", siteName: "YMW - Yusuf Mohamed Websites", type: "website"}, + title: "YMW | Professional Web Design", description: "Create your perfect website with YMW. Authentic design solutions for businesses.", url: "https://ymw.co.za", siteName: "YMW - Yusuf Mohamed Websites", type: "website" + }, twitter: { - card: "summary_large_image", title: "YMW | Professional Web Design", description: "Expert web design for your business"}, + card: "summary_large_image", title: "YMW | Professional Web Design", description: "Expert web design for your business" + }, robots: { index: true, follow: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ad33f6..a00938c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { title: "Dedicated Support", description: "Continuous partnership and support throughout your website journey", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-psd/go-cashless-website-template_23-2149111230.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-psd/go-cashless-website-template_23-2149111230.jpg" imageAlt="Professional web design services" mediaAnimation="slide-up" imagePosition="right" @@ -97,13 +97,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Responsive Web Design", description: "Beautiful, fully responsive websites that look perfect on all devices. We ensure seamless user experience across desktop, tablet, and mobile platforms.", imageSrc: "http://img.b2bpic.net/free-psd/go-cashless-website-template_23-2149111230.jpg?_wi=2", imageAlt: "Responsive design showcase"}, + title: "Responsive Web Design", description: "Beautiful, fully responsive websites that look perfect on all devices. We ensure seamless user experience across desktop, tablet, and mobile platforms.", imageSrc: "http://img.b2bpic.net/free-psd/go-cashless-website-template_23-2149111230.jpg", imageAlt: "Responsive design showcase" + }, { id: 2, - title: "Brand & Logo Design", description: "Distinctive branding that captures your business essence. We create compelling brand identities including logos, color schemes, and visual guidelines.", imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-card-design_23-2147742282.jpg", imageAlt: "Branding and logo design"}, + title: "Brand & Logo Design", description: "Distinctive branding that captures your business essence. We create compelling brand identities including logos, color schemes, and visual guidelines.", imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-card-design_23-2147742282.jpg", imageAlt: "Branding and logo design" + }, { id: 3, - title: "E-Commerce Solutions", description: "Powerful online stores designed for conversion. We build secure, user-friendly e-commerce platforms that showcase your products and maximize sales.", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-cart-e-commers-concept_53876-127436.jpg", imageAlt: "E-commerce website design"}, + title: "E-Commerce Solutions", description: "Powerful online stores designed for conversion. We build secure, user-friendly e-commerce platforms that showcase your products and maximize sales.", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-cart-e-commers-concept_53876-127436.jpg", imageAlt: "E-commerce website design" + }, ]} animationType="blur-reveal" textboxLayout="default" @@ -124,19 +127,22 @@ export default function LandingPage() { id: "starter", badge: "Starter", badgeIcon: Zap, price: "R 2,000", subtitle: "Perfect for small businesses", buttons: [{ text: "Get Started", href: "contact" }], features: [ - "5-page website", "Mobile responsive", "Basic SEO optimization", "Contact form", "1 month free support"], + "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" }], features: [ - "10-page website", "Advanced responsive design", "Full SEO optimization", "Blog integration", "Contact & email forms", "Social media integration", "3 months free support", "Performance analytics"], + "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" }], 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"], + "Unlimited pages", "E-commerce integration", "Advanced SEO & analytics", "CMS implementation", "User dashboard", "API integrations", "6 months free support", "Priority maintenance", "Custom features", "Performance optimization" + ], }, ]} animationType="slide-up" @@ -154,7 +160,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "StartUp Innovations", "Tech Solutions Inc", "Digital Commerce Co", "Global Enterprises Ltd", "Creative Agency Hub", "Business Growth Partners", "Premium Services", "Innovation Labs"]} + "StartUp Innovations", "Tech Solutions Inc", "Digital Commerce Co", "Global Enterprises Ltd", "Creative Agency Hub", "Business Growth Partners", "Premium Services", "Innovation Labs" + ]} speed={40} showCard={true} /> @@ -170,7 +177,8 @@ export default function LandingPage() { buttons={[ { text: "Send Email", href: "mailto:yusuf@ymw.co.za" }, { - text: "Get Quote", href: "mailto:yusuf@ymw.co.za?subject=Website%20Quote%20Request"}, + text: "Get Quote", href: "mailto:yusuf@ymw.co.za?subject=Website%20Quote%20Request" + }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }}