Merge version_1 into main #2
@@ -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() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Tavdashvili",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg?_wi=5",
|
||||
imageAlt: "Maria Tavdashvili",
|
||||
},
|
||||
id: "1", name: "Maria Tavdashvili", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg", imageAlt: "Maria Tavdashvili"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giorgi Beridze",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg?_wi=5",
|
||||
imageAlt: "Giorgi Beridze",
|
||||
},
|
||||
id: "2", name: "Giorgi Beridze", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg", imageAlt: "Giorgi Beridze"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Natalia Gviniashvili",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg?_wi=5",
|
||||
imageAlt: "Natalia Gviniashvili",
|
||||
},
|
||||
id: "3", name: "Natalia Gviniashvili", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg", imageAlt: "Natalia Gviniashvili"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Davit Khorava",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg?_wi=5",
|
||||
imageAlt: "Davit Khorava",
|
||||
},
|
||||
id: "4", name: "Davit Khorava", imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg", imageAlt: "Davit Khorava"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ekaterine Metreveli",
|
||||
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=4",
|
||||
imageAlt: "Ekaterine Metreveli",
|
||||
},
|
||||
id: "5", name: "Ekaterine Metreveli", 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: "Ekaterine Metreveli"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lasha Giorgadze",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg?_wi=4",
|
||||
imageAlt: "Lasha Giorgadze",
|
||||
},
|
||||
id: "6", name: "Lasha Giorgadze", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg", imageAlt: "Lasha Giorgadze"},
|
||||
]}
|
||||
cardTitle="Over 2,500 students already connected and collaborating on GESSpace"
|
||||
cardTag="Trusted by our community"
|
||||
|
||||
267
src/app/page.tsx
267
src/app/page.tsx
@@ -51,7 +51,7 @@ export default function HomePage() {
|
||||
{ text: "Learn More", href: "#features" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-group-college-students-read-green-screen-device_482257-123157.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-group-college-students-read-green-screen-device_482257-123157.jpg"
|
||||
imageAlt="GESSpace student network platform showcase"
|
||||
frameStyle="card"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -65,59 +65,29 @@ export default function HomePage() {
|
||||
description="Everything you need to connect, collaborate, and grow"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Build Your Profile",
|
||||
description:
|
||||
"Showcase your skills, grade level, interests, and bio. Let AI assistant GESSBOT help you craft the perfect professional profile that stands out to peers and mentors.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/recruitment-concept-landing-page-template_23-2148615386.jpg?_wi=1",
|
||||
imageAlt: "Professional profile creation",
|
||||
},
|
||||
id: "1", title: "Build Your Profile", description:
|
||||
"Showcase your skills, grade level, interests, and bio. Let AI assistant GESSBOT help you craft the perfect professional profile that stands out to peers and mentors.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/recruitment-concept-landing-page-template_23-2148615386.jpg", imageAlt: "Professional profile creation"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Join Clubs",
|
||||
description:
|
||||
"Discover and join 17 diverse school clubs from Programming to Green Space initiatives. Each club features private group chat for real-time collaboration with like-minded students.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038400.jpg?_wi=1",
|
||||
imageAlt: "Club discovery and joining",
|
||||
},
|
||||
id: "2", title: "Join Clubs", description:
|
||||
"Discover and join 17 diverse school clubs from Programming to Green Space initiatives. Each club features private group chat for real-time collaboration with like-minded students.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038400.jpg", imageAlt: "Club discovery and joining"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Community Feed",
|
||||
description:
|
||||
"Share updates, projects, and questions with your network. Like, comment, share, and react to posts. Attach images, files, and audio to bring your content to life.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg?_wi=1",
|
||||
imageAlt: "Community feed and posts",
|
||||
},
|
||||
id: "3", title: "Community Feed", description:
|
||||
"Share updates, projects, and questions with your network. Like, comment, share, and react to posts. Attach images, files, and audio to bring your content to life.", imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg", imageAlt: "Community feed and posts"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Real-Time Messaging",
|
||||
description:
|
||||
"Connect instantly with friends through direct messages. Join club group chats for seamless team collaboration and project discussions.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104513.jpg?_wi=1",
|
||||
imageAlt: "Real-time messaging and chat",
|
||||
},
|
||||
id: "4", title: "Real-Time Messaging", description:
|
||||
"Connect instantly with friends through direct messages. Join club group chats for seamless team collaboration and project discussions.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104513.jpg", imageAlt: "Real-time messaging and chat"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Stories",
|
||||
description:
|
||||
"Post quick photo or text updates that disappear after 24 hours. Share what's happening right now with your network in an ephemeral, casual way.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/international-women-s-day-instagram-stories-collection_23-2148863763.jpg?_wi=1",
|
||||
imageAlt: "24-hour ephemeral stories",
|
||||
},
|
||||
id: "5", title: "Stories", description:
|
||||
"Post quick photo or text updates that disappear after 24 hours. Share what's happening right now with your network in an ephemeral, casual way.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/international-women-s-day-instagram-stories-collection_23-2148863763.jpg", imageAlt: "24-hour ephemeral stories"},
|
||||
{
|
||||
id: "6",
|
||||
title: "AI Assistant - GESSBOT",
|
||||
description:
|
||||
"Get instant help answering questions, brainstorming ideas, and polishing your writing. GESSBOT enhances your posts to sound more professional and helps you connect better.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/marketing-automation-background_23-2148007435.jpg",
|
||||
imageAlt: "AI assistant GESSBOT features",
|
||||
},
|
||||
id: "6", title: "AI Assistant - GESSBOT", description:
|
||||
"Get instant help answering questions, brainstorming ideas, and polishing your writing. GESSBOT enhances your posts to sound more professional and helps you connect better.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/marketing-automation-background_23-2148007435.jpg", imageAlt: "AI assistant GESSBOT features"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -134,104 +104,41 @@ export default function HomePage() {
|
||||
description="Explore our 17 vibrant student clubs and find your community"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "STEM",
|
||||
name: "ნორჩი ჯესელები - Astronomy Club",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "124 members",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-planning-trip-medium-shot_23-2148925841.jpg?_wi=1",
|
||||
imageAlt: "Astronomy club members",
|
||||
},
|
||||
id: "1", brand: "STEM", name: "ნორჩი ჯესელები - Astronomy Club", price: "Free", rating: 5,
|
||||
reviewCount: "124 members", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-planning-trip-medium-shot_23-2148925841.jpg", imageAlt: "Astronomy club members"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Arts",
|
||||
name: "ლიტ.კლუბი - Literature Club",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "89 members",
|
||||
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=1",
|
||||
imageAlt: "Literature club discussion",
|
||||
},
|
||||
id: "2", brand: "Arts", name: "ლიტ.კლუბი - Literature Club", price: "Free", rating: 5,
|
||||
reviewCount: "89 members", 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: "Literature club discussion"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Public Speaking",
|
||||
name: "დებატები - Debate Club",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "156 members",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328296.jpg?_wi=1",
|
||||
imageAlt: "Debate club competition",
|
||||
},
|
||||
id: "3", brand: "Public Speaking", name: "დებატები - Debate Club", price: "Free", rating: 5,
|
||||
reviewCount: "156 members", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328296.jpg", imageAlt: "Debate club competition"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "STEM",
|
||||
name: "STEM კლუბი",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "203 members",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/little-classmates-doing-group-task-using-laptops-studying-computer-school_74855-10244.jpg?_wi=1",
|
||||
imageAlt: "STEM club workshop",
|
||||
},
|
||||
id: "4", brand: "STEM", name: "STEM კლუბი", price: "Free", rating: 5,
|
||||
reviewCount: "203 members", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/little-classmates-doing-group-task-using-laptops-studying-computer-school_74855-10244.jpg", imageAlt: "STEM club workshop"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Engineering",
|
||||
name: "STEM ინჟინერია - Engineering",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "178 members",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/asian-women-working-hard-together-office_23-2148776739.jpg?_wi=1",
|
||||
imageAlt: "Engineering club project",
|
||||
},
|
||||
id: "5", brand: "Engineering", name: "STEM ინჟინერია - Engineering", price: "Free", rating: 5,
|
||||
reviewCount: "178 members", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/asian-women-working-hard-together-office_23-2148776739.jpg", imageAlt: "Engineering club project"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Science",
|
||||
name: "აია ქიმიკოსები - Chemistry Club",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "142 members",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg?_wi=1",
|
||||
imageAlt: "Chemistry club lab work",
|
||||
},
|
||||
id: "6", brand: "Science", name: "აია ქიმიკოსები - Chemistry Club", price: "Free", rating: 5,
|
||||
reviewCount: "142 members", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg", imageAlt: "Chemistry club lab work"},
|
||||
{
|
||||
id: "7",
|
||||
brand: "Communication",
|
||||
name: "მეტყველების კლუბი - Speech Club",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "98 members",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-business-executive-giving-speech_107420-63816.jpg?_wi=1",
|
||||
imageAlt: "Speech club presentation",
|
||||
},
|
||||
id: "7", brand: "Communication", name: "მეტყველების კლუბი - Speech Club", price: "Free", rating: 5,
|
||||
reviewCount: "98 members", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-business-executive-giving-speech_107420-63816.jpg", imageAlt: "Speech club presentation"},
|
||||
{
|
||||
id: "8",
|
||||
brand: "Technology",
|
||||
name: "პროგრამირების კლუბი - Programming",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "267 members",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg?_wi=1",
|
||||
imageAlt: "Programming club coding session",
|
||||
},
|
||||
id: "8", brand: "Technology", name: "პროგრამირების კლუბი - Programming", price: "Free", rating: 5,
|
||||
reviewCount: "267 members", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg", imageAlt: "Programming club coding session"},
|
||||
{
|
||||
id: "9",
|
||||
brand: "Science",
|
||||
name: "AIA-ს ბიოლოგები - Biology",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "112 members",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg?_wi=2",
|
||||
imageAlt: "Biology club research",
|
||||
},
|
||||
id: "9", brand: "Science", name: "AIA-ს ბიოლოგები - Biology", price: "Free", rating: 5,
|
||||
reviewCount: "112 members", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg", imageAlt: "Biology club research"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -246,47 +153,23 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Tavdashvili",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg?_wi=1",
|
||||
imageAlt: "Maria Tavdashvili",
|
||||
},
|
||||
id: "1", name: "Maria Tavdashvili", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg", imageAlt: "Maria Tavdashvili"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giorgi Beridze",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg?_wi=1",
|
||||
imageAlt: "Giorgi Beridze",
|
||||
},
|
||||
id: "2", name: "Giorgi Beridze", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg", imageAlt: "Giorgi Beridze"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Natalia Gviniashvili",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg?_wi=1",
|
||||
imageAlt: "Natalia Gviniashvili",
|
||||
},
|
||||
id: "3", name: "Natalia Gviniashvili", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg", imageAlt: "Natalia Gviniashvili"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Davit Khorava",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg?_wi=1",
|
||||
imageAlt: "Davit Khorava",
|
||||
},
|
||||
id: "4", name: "Davit Khorava", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg", imageAlt: "Davit Khorava"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ekaterine Metreveli",
|
||||
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=1",
|
||||
imageAlt: "Ekaterine Metreveli",
|
||||
},
|
||||
id: "5", name: "Ekaterine Metreveli", 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: "Ekaterine Metreveli"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lasha Giorgadze",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg?_wi=1",
|
||||
imageAlt: "Lasha Giorgadze",
|
||||
},
|
||||
id: "6", name: "Lasha Giorgadze", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg", imageAlt: "Lasha Giorgadze"},
|
||||
]}
|
||||
cardTitle="Over 2,500 students already connected and collaborating on GESSpace"
|
||||
cardTag="Trusted by our community"
|
||||
@@ -309,6 +192,7 @@ export default function HomePage() {
|
||||
imageAlt="GESSpace student community"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user