Merge version_1 into main #2
@@ -12,7 +12,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Zap, Heart, Rocket, Code, Users, Lightbulb, Award, BarChart3, Crown, Calendar, Mail, HelpCircle, Star } from "lucide-react";
|
||||
import { Zap, Heart, Rocket, Code, Users, Lightbulb, Award, BarChart3, Crown, Calendar, Mail, HelpCircle, Star, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tag="Community First"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/technology-unicorn-venture-workspace-with-pc-used-conduct-code-reviews_482257-118729.jpg", imageAlt: "Computer workstation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/teleworker-using-laptop-coding-software-developing_482257-124274.jpg", imageAlt: "Developer coding" },
|
||||
@@ -59,8 +59,8 @@ export default function LandingPage() {
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-team-working-brainstorming-concept_329181-12072.jpg", imageAlt: "Team collaboration" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/conference-presentation-banner-set_1284-17627.jpg", imageAlt: "Workshop session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-five-friends-having-coffee-together_1139-1023.jpg?_wi=1", imageAlt: "Community gathering" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg?_wi=1", imageAlt: "Hackathon event" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-five-friends-having-coffee-together_1139-1023.jpg", imageAlt: "Community gathering" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg", imageAlt: "Hackathon event" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
@@ -98,21 +98,21 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Hands-On Workshops", description: "Learn from experienced members through practical, project-based workshops covering diverse technologies.", icon: Code,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/yoga-class-concept_53876-31177.jpg?_wi=1", imageAlt: "Workshop in progress" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5236.jpg?_wi=1", imageAlt: "Coding tutorial" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/yoga-class-concept_53876-31177.jpg", imageAlt: "Workshop in progress" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5236.jpg", imageAlt: "Coding tutorial" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Networking Opportunities", description: "Connect with like-minded tech enthusiasts, build lasting relationships, and collaborate on meaningful projects.", icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-hanging-out-with-each-other_53876-40981.jpg", imageAlt: "Networking event" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-five-friends-having-coffee-together_1139-1023.jpg?_wi=2", imageAlt: "Community discussion" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-five-friends-having-coffee-together_1139-1023.jpg", imageAlt: "Community discussion" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Collaborative Projects", description: "Work together on exciting initiatives that solve real-world problems and showcase your portfolio.", icon: Lightbulb,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-leaders-strategizing-corporate-success-gender-equality_482257-123645.jpg?_wi=1", imageAlt: "Team project work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-leaders-strategizing-corporate-success-gender-equality_482257-123645.jpg", imageAlt: "Team project work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-golden-cup-trophy_93675-135798.jpg", imageAlt: "Project success celebration" }
|
||||
]
|
||||
},
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
{ id: "1", value: "500", title: "members", description: "Active community members", icon: Users },
|
||||
{ id: "2", value: "48", title: "events", description: "Workshops and meetups annually", icon: Calendar },
|
||||
{ id: "3", value: "25", title: "projects", description: "Successfully completed initiatives", icon: Zap },
|
||||
{ id: "4", value: "95", title: "percent", description: "Member satisfaction rate", icon: Star }
|
||||
{ id: "4", value: "95", title: "percent", description: "Member satisfaction rate", icon: Smile }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
@@ -179,16 +179,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Workshop", title: "Advanced Python Development", excerpt: "Deep dive into Python frameworks and best practices for scalable applications.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5236.jpg?_wi=2", imageAlt: "Python workshop", authorName: "Tech Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", date: "Feb 15, 2025"
|
||||
id: "1", category: "Workshop", title: "Advanced Python Development", excerpt: "Deep dive into Python frameworks and best practices for scalable applications.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5236.jpg", imageAlt: "Python workshop", authorName: "Tech Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", date: "Feb 15, 2025"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Hackathon", title: "Spring Tech Hackathon", excerpt: "24-hour coding competition with amazing prizes and networking opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg?_wi=2", imageAlt: "Hackathon event", authorName: "Event Team", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "Mar 1-2, 2025"
|
||||
id: "2", category: "Hackathon", title: "Spring Tech Hackathon", excerpt: "24-hour coding competition with amazing prizes and networking opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg", imageAlt: "Hackathon event", authorName: "Event Team", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "Mar 1-2, 2025"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Meetup", title: "Web Development Basics", excerpt: "Learn HTML, CSS, and JavaScript fundamentals from industry professionals.", imageSrc: "http://img.b2bpic.net/free-photo/yoga-class-concept_53876-31177.jpg?_wi=2", imageAlt: "Web development session", authorName: "Community Lead", authorAvatar: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", date: "Feb 22, 2025"
|
||||
id: "3", category: "Meetup", title: "Web Development Basics", excerpt: "Learn HTML, CSS, and JavaScript fundamentals from industry professionals.", imageSrc: "http://img.b2bpic.net/free-photo/yoga-class-concept_53876-31177.jpg", imageAlt: "Web development session", authorName: "Community Lead", authorAvatar: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", date: "Feb 22, 2025"
|
||||
},
|
||||
{
|
||||
id: "4", category: "Seminar", title: "AI and Machine Learning Trends", excerpt: "Explore the latest developments in AI/ML and their real-world applications.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-leaders-strategizing-corporate-success-gender-equality_482257-123645.jpg?_wi=2", imageAlt: "AI seminar", authorName: "Speakers", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Mar 8, 2025"
|
||||
id: "4", category: "Seminar", title: "AI and Machine Learning Trends", excerpt: "Explore the latest developments in AI/ML and their real-world applications.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-leaders-strategizing-corporate-success-gender-equality_482257-123645.jpg", imageAlt: "AI seminar", authorName: "Speakers", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Mar 8, 2025"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user