Update src/app/profile/page.tsx

This commit is contained in:
2026-03-06 12:13:27 +00:00
parent 1c3996a7e5
commit d4b331d0cb

View File

@@ -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"
/>
</div>
@@ -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() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sofia Beridze",
imageSrc:
"http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg?_wi=2",
imageAlt: "Sofia Beridze",
},
id: "1", name: "Sofia Beridze", imageSrc:
"http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg", imageAlt: "Sofia Beridze"},
{
id: "2",
name: "Nika Gviniashvili",
imageSrc:
"http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg?_wi=2",
imageAlt: "Nika Gviniashvili",
},
id: "2", name: "Nika Gviniashvili", imageSrc:
"http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg", imageAlt: "Nika Gviniashvili"},
{
id: "3",
name: "Sandro Khorava",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg?_wi=2",
imageAlt: "Sandro Khorava",
},
id: "3", name: "Sandro Khorava", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg", imageAlt: "Sandro Khorava"},
{
id: "4",
name: "Tamar Metreveli",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg?_wi=2",
imageAlt: "Tamar Metreveli",
},
id: "4", name: "Tamar Metreveli", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg", imageAlt: "Tamar Metreveli"},
]}
cardTitle="Build authentic connections with students who share your interests and goals"
cardTag="Join our community"
@@ -141,8 +111,7 @@ export default function ProfilePage() {
logoText="GESSpace"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Clubs", href: "#clubs" },
{ label: "Community", href: "/community" },
@@ -150,8 +119,7 @@ export default function ProfilePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "/blog" },
{ label: "Support", href: "support@gesspace.edu" },
@@ -159,8 +127,7 @@ export default function ProfilePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },