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 +}