diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 611e065..f6d7d9f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import TeamCardFive from "@/components/sections/team/TeamCardFive"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Lightbulb, Shield, Users as UsersIcon, Zap } from "lucide-react"; +import { Lightbulb, Shield, Users as UsersIcon, Zap, FileText, DollarSign, Clock, MessageCircle, Share2, Eye } from "lucide-react"; const navItems = [ { name: "Browse", id: "/services" }, @@ -50,77 +50,56 @@ export default function AboutPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Empower Creators", - description: - "We believe in the power of independent talent. Our platform gives freelancers the tools and opportunities to thrive, grow their businesses, and achieve financial independence.", - media: { + id: "1", title: "Empower Creators", description: + "We believe in the power of independent talent. Our platform gives freelancers the tools and opportunities to thrive, grow their businesses, and achieve financial independence.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-office_23-2149392072.jpg?_wi=6", - }, + "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-office_23-2149392072.jpg"}, items: [ { icon: Lightbulb, - text: "Foster creativity", - }, + text: "Foster creativity"}, { icon: Zap, - text: "Enable growth", - }, + text: "Enable growth"}, { icon: UsersIcon, - text: "Build community", - }, + text: "Build community"}, ], reverse: false, }, { - id: "2", - title: "Ensure Trust & Security", - description: - "Every transaction is protected by our secure escrow system. We verify all freelancers and maintain strict quality standards to ensure both sides of the marketplace feel confident.", - media: { + id: "2", title: "Ensure Trust & Security", description: + "Every transaction is protected by our secure escrow system. We verify all freelancers and maintain strict quality standards to ensure both sides of the marketplace feel confident.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/freelance-workers-communicating-while-working-together-desktop-pc-office_637285-2806.jpg?_wi=7", - }, + "http://img.b2bpic.net/free-photo/freelance-workers-communicating-while-working-together-desktop-pc-office_637285-2806.jpg"}, items: [ { icon: Shield, - text: "Secure payments", - }, + text: "Secure payments"}, { - icon: Users: "verified-members", - text: "Verified profiles", - }, + icon: Shield, + text: "Verified profiles"}, { icon: UsersIcon, - text: "Quality assurance", - }, + text: "Quality assurance"}, ], reverse: true, }, { - id: "3", - title: "Champion Accessibility", - description: - "We're committed to making professional services accessible to businesses of all sizes. From startups to enterprises, everyone deserves access to top talent.", - media: { + id: "3", title: "Champion Accessibility", description: + "We're committed to making professional services accessible to businesses of all sizes. From startups to enterprises, everyone deserves access to top talent.", media: { imageSrc: - "http://img.b2bpic.net/free-vector/social-media-post-template-with-business-concept_53876-123052.jpg?_wi=7", - }, + "http://img.b2bpic.net/free-vector/social-media-post-template-with-business-concept_53876-123052.jpg"}, items: [ { icon: Zap, - text: "Quick matching", - }, + text: "Quick matching"}, { icon: Lightbulb, - text: "Flexible solutions", - }, + text: "Flexible solutions"}, { icon: Zap, - text: "Fair pricing", - }, + text: "Fair pricing"}, ], reverse: false, }, @@ -138,33 +117,17 @@ export default function AboutPage() { tag="Leadership" team={[ { - id: "1", - name: "Jessica Martinez", - role: "Founder & CEO", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-office_23-2149392072.jpg?_wi=7", - }, + id: "1", name: "Jessica Martinez", role: "Founder & CEO", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-office_23-2149392072.jpg"}, { - id: "2", - name: "David Park", - role: "VP of Operations", - imageSrc: - "http://img.b2bpic.net/free-photo/employee-looking-pc-monitor-drinking-coffee-checking-data_482257-124504.jpg?_wi=6", - }, + id: "2", name: "David Park", role: "VP of Operations", imageSrc: + "http://img.b2bpic.net/free-photo/employee-looking-pc-monitor-drinking-coffee-checking-data_482257-124504.jpg"}, { - id: "3", - name: "Rachel Thompson", - role: "Head of Community", - imageSrc: - "http://img.b2bpic.net/free-photo/plus-size-business-woman-working-professional-office_23-2150579639.jpg?_wi=4", - }, + id: "3", name: "Rachel Thompson", role: "Head of Community", imageSrc: + "http://img.b2bpic.net/free-photo/plus-size-business-woman-working-professional-office_23-2150579639.jpg"}, { - id: "4", - name: "Michael Chang", - role: "CTO", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_23-2148452664.jpg?_wi=4", - }, + id: "4", name: "Michael Chang", role: "CTO", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_23-2148452664.jpg"}, ]} /> @@ -175,13 +138,9 @@ export default function AboutPage() { animationType="entrance-slide" buttons={[ { - text: "Get Started", - href: "/services", - }, + text: "Get Started", href: "/services"}, { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} background={{ variant: "circleGradient" }} useInvertedBackground={false} @@ -195,65 +154,41 @@ export default function AboutPage() { { items: [ { - label: "Browse Freelancers", - href: "#freelancers", - }, + label: "Browse Freelancers", href: "#freelancers"}, { - label: "Browse Services", - href: "/services", - }, + label: "Browse Services", href: "/services"}, { - label: "How It Works", - href: "#how-it-works", - }, + label: "How It Works", href: "#how-it-works"}, ], }, { items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Career", - href: "#", - }, + label: "Career", href: "#"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms & Conditions", - href: "#", - }, + label: "Terms & Conditions", href: "#"}, { - label: "Security", - href: "#", - }, + label: "Security", href: "#"}, ], }, ]}