diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index ff6bf55..42735e1 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -7,6 +7,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FooterBase from '@/components/sections/footer/FooterBase'; import Link from 'next/link'; +import { Star } from 'lucide-react'; export default function CommunityPage() { const navItems = [ @@ -19,8 +20,7 @@ export default function CommunityPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Clubs", href: "/clubs" }, { label: "Community", href: "/community" }, @@ -28,8 +28,7 @@ export default function CommunityPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Blog", href: "/blog" }, { label: "Support", href: "support@gesspace.edu" }, @@ -37,8 +36,7 @@ export default function CommunityPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -77,26 +75,11 @@ export default function CommunityPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Student Projects", - description: "Discover innovative projects created by fellow students across all clubs and disciplines. Share your work and get feedback from the community.", - imageSrc: "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg?_wi=3", - imageAlt: "Student projects showcase", - }, + id: "1", title: "Student Projects", description: "Discover innovative projects created by fellow students across all clubs and disciplines. Share your work and get feedback from the community.", imageSrc: "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg", imageAlt: "Student projects showcase"}, { - id: "2", - title: "Tech Talks & Workshops", - description: "Live sessions and recorded workshops from industry experts and senior students. Learn new skills and grow your professional network.", - imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104513.jpg?_wi=4", - imageAlt: "Tech talks and workshops", - }, + id: "2", title: "Tech Talks & Workshops", description: "Live sessions and recorded workshops from industry experts and senior students. Learn new skills and grow your professional network.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104513.jpg", imageAlt: "Tech talks and workshops"}, { - id: "3", - title: "Collaboration Boards", - description: "Team boards for organizing group projects, hackathons, and research initiatives. Connect with peers working on similar interests.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-cheerful-young-female-students-sitting-floor-library-after-study-laughing-university-stories-looking-information-exams-book_176420-8346.jpg?_wi=3", - imageAlt: "Collaboration boards", - }, + id: "3", title: "Collaboration Boards", description: "Team boards for organizing group projects, hackathons, and research initiatives. Connect with peers working on similar interests.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-cheerful-young-female-students-sitting-floor-library-after-study-laughing-university-stories-looking-information-exams-book_176420-8346.jpg", imageAlt: "Collaboration boards"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -110,68 +93,26 @@ export default function CommunityPage() { title="Featured Community Members" description="Meet inspiring students making an impact on GESSpace" tag="Community Stars" - tagIcon="Star" + tagIcon={Star} products={[ { - id: "1", - brand: "STEM Leader", - name: "Alex Chen - AI & Robotics", - price: "2+ years active", - rating: 5, - reviewCount: "450 connections", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg?_wi=4", - imageAlt: "Community member Alex Chen", - }, + id: "1", brand: "STEM Leader", name: "Alex Chen - AI & Robotics", price: "2+ years active", rating: 5, + reviewCount: "450 connections", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg", imageAlt: "Community member Alex Chen"}, { - id: "2", - brand: "Arts Curator", - name: "Maria Santos - Creative Arts", - price: "1+ year active", - rating: 5, - reviewCount: "320 connections", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg?_wi=4", - imageAlt: "Community member Maria Santos", - }, + id: "2", brand: "Arts Curator", name: "Maria Santos - Creative Arts", price: "1+ year active", rating: 5, + reviewCount: "320 connections", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg", imageAlt: "Community member Maria Santos"}, { - id: "3", - brand: "Community Builder", - name: "James Wilson - Debate Champ", - price: "18 months active", - rating: 5, - reviewCount: "510 connections", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg?_wi=4", - imageAlt: "Community member James Wilson", - }, + id: "3", brand: "Community Builder", name: "James Wilson - Debate Champ", price: "18 months active", rating: 5, + reviewCount: "510 connections", imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg", imageAlt: "Community member James Wilson"}, { - id: "4", - brand: "Entrepreneur", - name: "Sophia Garcia - Tech Startup", - price: "8 months active", - rating: 5, - reviewCount: "380 connections", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-wearing-casual-shirt-standing-isolated-white-background-with-happy-cool-smile-face-lucky-person_839833-25329.jpg?_wi=3", - imageAlt: "Community member Sophia Garcia", - }, + id: "4", brand: "Entrepreneur", name: "Sophia Garcia - Tech Startup", price: "8 months active", rating: 5, + reviewCount: "380 connections", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-wearing-casual-shirt-standing-isolated-white-background-with-happy-cool-smile-face-lucky-person_839833-25329.jpg", imageAlt: "Community member Sophia Garcia"}, { - id: "5", - brand: "Science Enthusiast", - name: "Dev Kumar - Biology Research", - price: "6 months active", - rating: 5, - reviewCount: "290 connections", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg?_wi=3", - imageAlt: "Community member Dev Kumar", - }, + id: "5", brand: "Science Enthusiast", name: "Dev Kumar - Biology Research", price: "6 months active", rating: 5, + reviewCount: "290 connections", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg", imageAlt: "Community member Dev Kumar"}, { - id: "6", - brand: "Innovation Hub", - name: "Emma Rodriguez - Engineering", - price: "1+ year active", - rating: 5, - reviewCount: "425 connections", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg?_wi=4", - imageAlt: "Community member Emma Rodriguez", - }, + id: "6", brand: "Innovation Hub", name: "Emma Rodriguez - Engineering", price: "1+ year active", rating: 5, + reviewCount: "425 connections", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg", imageAlt: "Community member Emma Rodriguez"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -184,41 +125,17 @@ export default function CommunityPage() { @@ -318,34 +202,20 @@ export default function HomePage() { description="Start connecting with your peers, join clubs, and grow your professional network. Fill out the form below to get started on your GESSpace journey." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "School Email", - required: true, + name: "email", type: "email", placeholder: "School Email", required: true, }, { - name: "gradeLevel", - type: "text", - placeholder: "Grade Level", - required: true, + name: "gradeLevel", type: "text", placeholder: "Grade Level", required: true, }, { - name: "role", - type: "text", - placeholder: "Student / Teacher", - required: true, + name: "role", type: "text", placeholder: "Student / Teacher", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your interests and clubs you'd like to join...", - rows: 5, + name: "message", placeholder: "Tell us about your interests and clubs you'd like to join...", rows: 5, required: true, }} useInvertedBackground={false} @@ -363,8 +233,7 @@ export default function HomePage() { logoText="GESSpace" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Clubs", href: "#clubs" }, { label: "Community", href: "/community" }, @@ -372,8 +241,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Blog", href: "/blog" }, { label: "Support", href: "support@gesspace.edu" }, @@ -381,8 +249,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, 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() {