Update src/app/about/page.tsx

This commit is contained in:
2026-01-22 15:14:18 +00:00
parent 4c803b66ee
commit 8821d117e3

View File

@@ -6,6 +6,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TeamCardTen from '@/components/sections/team/TeamCardTen';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import { Linkedin, Twitter, Mail } from 'lucide-react'; import { Linkedin, Twitter, Mail } from 'lucide-react';
import Link from 'next/link';
export default function AboutPage() { export default function AboutPage() {
return ( return (
@@ -56,24 +57,16 @@ export default function AboutPage() {
tag="Our Team" tag="Our Team"
members={[ members={[
{ {
id: "1", id: "1", name: "Alexandra Chen", imageSrc: "https://img.b2bpic.net/free-photo/man-woman-discussing-hiring-application-queue-waiting-join-job-interview-meeting-nervous-people-with-employment-papers-cv-having-conversation-office-lobby-work-selection_482257-44175.jpg"
name: "Alexandra Chen",
imageSrc: "https://img.b2bpic.net/free-photo/man-woman-discussing-hiring-application-queue-waiting-join-job-interview-meeting-nervous-people-with-employment-papers-cv-having-conversation-office-lobby-work-selection_482257-44175.jpg"
}, },
{ {
id: "2", id: "2", name: "Michael Rodriguez", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-learning_23-2149300715.jpg"
name: "Michael Rodriguez",
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-learning_23-2149300715.jpg"
}, },
{ {
id: "3", id: "3", name: "Sarah Patel", imageSrc: "https://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300714.jpg"
name: "Sarah Patel",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300714.jpg"
}, },
{ {
id: "4", id: "4", name: "David Kim", imageSrc: "https://img.b2bpic.net/free-photo/close-up-people-studying-language-together_23-2149300725.jpg"
name: "David Kim",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-people-studying-language-together_23-2149300725.jpg"
} }
]} ]}
memberVariant="card" memberVariant="card"