diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6b2574f..c70e798 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaA import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Target, Sparkles, BookOpen, TrendingUp, Users, Brain, Rocket, Briefcase, Network, CheckCircle, Heart } from "lucide-react"; +import { Target, Sparkles, BookOpen, TrendingUp, Users, Brain, Rocket, Briefcase, Network, CheckCircle, Heart, Smartphone, Wifi, MapPin } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Training Courses", href: "/services" }, { label: "Mentorship", href: "/services" }, { label: "Skill Matching", href: "/services" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, @@ -85,8 +82,8 @@ export default function AboutPage() {
); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 83f828d..4218618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,6 +27,11 @@ import { Network, CheckCircle, Star, + Smartphone, + Wifi, + Home, + MapPin, + Zap as Lightning, } from "lucide-react"; export default function HomePage() { @@ -65,13 +70,9 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Explore Services", - href: "/services", - }, + text: "Explore Services", href: "/services"}, { - text: "Learn More", - href: "#about", - }, + text: "Learn More", href: "#about"}, ]} buttonAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/business-people-discussion_53876-15843.jpg" @@ -90,13 +91,9 @@ export default function HomePage() { description="Urban Ubuntu is dedicated to solving unemployment and boosting economic development by creating a unified platform where education meets opportunity. We empower individuals from all backgrounds—employed, unemployed, or aspiring entrepreneurs—to develop skills, find mentorship, and connect with meaningful work." metrics={[ { - value: "10,000+", - title: "Platform Members", - }, + value: "10,000+", title: "Platform Members"}, { - value: "95%", - title: "Success Rate", - }, + value: "95%", title: "Success Rate"}, ]} useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346620.jpg?_wi=1" @@ -108,16 +105,14 @@ export default function HomePage() {
@@ -301,41 +231,17 @@ export default function HomePage() {
@@ -401,28 +289,17 @@ export default function HomePage() { description="Join Urban Ubuntu and take the first step toward economic empowerment. Whether you're seeking training, mentorship, or employment opportunities, we're here to support your journey." inputs={[ { - name: "name", - type: "text", - placeholder: "Your full name", - required: true, + name: "name", type: "text", placeholder: "Your full name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your email address", - required: true, + name: "email", type: "email", placeholder: "Your email address", required: true, }, { - name: "category", - type: "text", - placeholder: "Are you an Entrepreneur, Job Seeker, or Professional?", - required: true, + name: "category", type: "text", placeholder: "Are you an Entrepreneur, Job Seeker, or Professional?", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your goals and how we can help...", - rows: 5, + name: "message", placeholder: "Tell us about your goals and how we can help...", rows: 5, required: true, }} useInvertedBackground={false} @@ -438,66 +315,39 @@ export default function HomePage() { ); -} \ No newline at end of file +} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 118818a..8170d98 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -20,6 +20,9 @@ import { CheckCircle, Sparkles, Star, + Smartphone, + Wifi, + MapPin, } from "lucide-react"; export default function ServicesPage() { @@ -62,68 +65,44 @@ export default function ServicesPage() { animationType="slide-up" features={[ { - title: "Entrepreneurship Training", - description: "Comprehensive video courses and tutorials teaching essential business skills, economics, and startup fundamentals", - bentoComponent: "icon-info-cards", - items: [ + title: "Digital Skills & Technical Training", description: "Practical, hands-on training in digital skills, coding, and technical fields that are in high demand in the South African job market. Affordable, accessible courses designed for learners at all levels.", bentoComponent: "icon-info-cards", items: [ { - icon: BookOpen, - label: "Video Courses", - value: "50+", - }, + icon: Smartphone, + label: "Digital Literacy", value: "Essential"}, { - icon: Target, - label: "Success Focus", - value: "100%", - }, + icon: Wifi, + label: "Tech Skills", value: "In-Demand"}, { icon: TrendingUp, - label: "Business Growth", - value: "Expert Led", - }, + label: "Career Growth", value: "Proven"}, ], }, { - title: "Mentorship Programs", - description: "Connect with experienced professionals to develop skills like communication, time management, and industry-specific expertise", - bentoComponent: "3d-stack-cards", - items: [ + title: "Community-Based Mentorship", description: "Connect with local mentors and successful entrepreneurs who understand the South African context. Learn from practical experience, receive guidance on navigating challenges, and build networks that lead to real opportunities.", bentoComponent: "3d-stack-cards", items: [ { icon: Users, - title: "Expert Mentors", - subtitle: "Industry Leaders", - detail: "Learn from the best in your field", - }, + title: "Local Mentors", subtitle: "Experienced Leaders", detail: "Learn from those who've succeeded in your community"}, { icon: Brain, - title: "Skill Building", - subtitle: "Practical Training", - detail: "Real-world experience and guidance", - }, + title: "Real Experience", subtitle: "Practical Guidance", detail: "Mentorship based on local market realities"}, { icon: Rocket, - title: "Career Acceleration", - subtitle: "Fast Track", - detail: "Advance your professional journey", - }, + title: "Community Growth", subtitle: "Together", detail: "Build networks that create lasting impact"}, ], }, { - title: "Skill Matching & Employment", - description: "Bridge the gap between talented job seekers and growing businesses seeking skilled professionals", - bentoComponent: "orbiting-icons", - centerIcon: Target, + title: "Direct Job Opportunities & Connections", description: "Direct connections to employers, local businesses, and social enterprises. We match skills with real job opportunities, whether formal employment, freelance work, or entrepreneurial ventures that fit the local economy.", bentoComponent: "orbiting-icons", centerIcon: Target, items: [ - { - icon: Users, - ring: 1, - }, { icon: Briefcase, ring: 1, }, { - icon: Network, + icon: MapPin, + ring: 1, + }, + { + icon: Users, ring: 2, }, { @@ -154,76 +133,37 @@ export default function ServicesPage() { animationType="slide-up" plans={[ { - id: "starter", - badge: "Starter", - badgeIcon: Sparkles, - price: "Free", - subtitle: "Perfect for exploring the platform", - buttons: [ + id: "starter", badge: "Starter", badgeIcon: Sparkles, + price: "Free", subtitle: "Perfect for exploring the platform", buttons: [ { - text: "Get Started", - href: "/", - }, + text: "Get Started", href: "/"}, { - text: "Learn More", - href: "/", - }, + text: "Learn More", href: "/"}, ], features: [ - "Browse training courses", - "Community access", - "Limited mentorship sessions", - "Job board access", - ], + "Browse training courses", "Community access", "Limited mentorship sessions", "Job board access"], }, { - id: "professional", - badge: "Professional", - badgeIcon: Star, - price: "R99/month", - subtitle: "For committed learners and professionals", - buttons: [ + id: "professional", badge: "Professional", badgeIcon: Star, + price: "R99/month", subtitle: "For committed learners and professionals", buttons: [ { - text: "Subscribe Now", - href: "/", - }, + text: "Subscribe Now", href: "/"}, { - text: "Compare Plans", - href: "/", - }, + text: "Compare Plans", href: "/"}, ], features: [ - "Full access to courses", - "Unlimited mentorship", - "Priority job matching", - "Certification programs", - "Career coaching", - ], + "Full access to courses", "Unlimited mentorship", "Priority job matching", "Certification programs", "Career coaching"], }, { - id: "business", - badge: "Business", - badgeIcon: Zap, - price: "R499/month", - subtitle: "For companies and entrepreneurs", - buttons: [ + id: "business", badge: "Business", badgeIcon: Zap, + price: "R499/month", subtitle: "For companies and entrepreneurs", buttons: [ { - text: "Contact Sales", - href: "/", - }, + text: "Contact Sales", href: "/"}, { - text: "Request Demo", - href: "/", - }, + text: "Request Demo", href: "/"}, ], features: [ - "Recruit top talent", - "Team training programs", - "Custom curriculum", - "Analytics dashboard", - "Dedicated support", - "White-label options", - ], + "Recruit top talent", "Team training programs", "Custom curriculum", "Analytics dashboard", "Dedicated support", "White-label options"], }, ]} /> @@ -233,66 +173,39 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}