diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index c9f1ca7..808b179 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -48,10 +48,11 @@ export default function ProfilePage() { { value: "12", title: "Club Memberships" }, { value: "347", title: "Network Connections" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mature-group-college-students-read-green-screen-device_482257-123157.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/mature-group-college-students-read-green-screen-device_482257-123157.jpg" imageAlt="Your professional profile" useInvertedBackground={true} mediaAnimation="blur-reveal" + metricsAnimation="slide-up" /> @@ -61,32 +62,17 @@ export default function ProfilePage() { description="Customize your GESSpace presence with these powerful tools" features={[ { - id: "1", - title: "Professional Bio", - description: - "Create a compelling bio that showcases your skills, interests, and academic journey. Share your goals and what makes you unique. Edit anytime to keep your profile fresh and current.", - imageSrc: - "http://img.b2bpic.net/free-vector/recruitment-concept-landing-page-template_23-2148615386.jpg?_wi=2", - imageAlt: "Professional bio section", - }, + id: "1", title: "Professional Bio", description: + "Create a compelling bio that showcases your skills, interests, and academic journey. Share your goals and what makes you unique. Edit anytime to keep your profile fresh and current.", imageSrc: + "http://img.b2bpic.net/free-vector/recruitment-concept-landing-page-template_23-2148615386.jpg", imageAlt: "Professional bio section"}, { - id: "2", - title: "My Clubs", - description: - "View all the clubs you've joined and your participation level. Access exclusive club content, upcoming events, and collaborate with fellow members on group projects and discussions.", - imageSrc: - "http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038400.jpg?_wi=2", - imageAlt: "Clubs membership section", - }, + id: "2", title: "My Clubs", description: + "View all the clubs you've joined and your participation level. Access exclusive club content, upcoming events, and collaborate with fellow members on group projects and discussions.", imageSrc: + "http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038400.jpg", imageAlt: "Clubs membership section"}, { - id: "3", - title: "My Network", - description: - "View your connections and grow your network. See who's in your network, manage connection requests, and discover mutual connections across different clubs and interests.", - imageSrc: - "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg?_wi=2", - imageAlt: "Network connections", - }, + id: "3", title: "My Network", description: + "View your connections and grow your network. See who's in your network, manage connection requests, and discover mutual connections across different clubs and interests.", imageSrc: + "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg", imageAlt: "Network connections"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -101,33 +87,17 @@ export default function ProfilePage() {