diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index be8fe72..8a3def8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,6 +7,7 @@ import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwe import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Users, Lightbulb, Heart, Facebook, Linkedin, Twitter } from "lucide-react"; +import Link from "next/link"; export default function AboutPage() { return ( @@ -26,8 +27,8 @@ export default function AboutPage() { @@ -95,11 +99,14 @@ export default function AboutPage() { useInvertedBackground={false} avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "David Chen"}, + src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "David Chen" + }, { - src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "Emily Rodriguez"}, + src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "Emily Rodriguez" + }, { - src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Alex Thompson"}, + src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Alex Thompson" + }, ]} /> @@ -112,13 +119,16 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/webild", ariaLabel: "Facebook"}, + href: "https://facebook.com/webild", ariaLabel: "Facebook" + }, { icon: Linkedin, - href: "https://linkedin.com/company/webild", ariaLabel: "LinkedIn"}, + href: "https://linkedin.com/company/webild", ariaLabel: "LinkedIn" + }, { icon: Twitter, - href: "https://twitter.com/webild", ariaLabel: "Twitter"}, + href: "https://twitter.com/webild", ariaLabel: "Twitter" + }, ]} />