Update src/app/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import React from 'react';
|
||||
import Link from 'next/link';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Code, Users, GraduationCap, GitBranch, Calendar, BookOpen } from "lucide-react";
|
||||
import { Sparkles, Code, Users, GraduationCap, GitBranch, Calendar } from "lucide-react";
|
||||
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
@@ -64,10 +64,10 @@ export default function HomePage() {
|
||||
imageAlt="Group of diverse tech enthusiasts working together on laptops and prototypes"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: 'text', text: 'Hackathons', icon: 'Code' },
|
||||
{ type: 'text', text: 'Workshops', icon: 'GraduationCap' },
|
||||
{ type: 'text', text: 'Mentorship', icon: 'Users' },
|
||||
{ type: 'text', text: 'Open Source', icon: 'GitBranch' }
|
||||
{ type: 'text', text: 'Hackathons' },
|
||||
{ type: 'text', text: 'Workshops' },
|
||||
{ type: 'text', text: 'Mentorship' },
|
||||
{ type: 'text', text: 'Open Source' }
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
@@ -91,7 +91,7 @@ export default function HomePage() {
|
||||
{ title: 'Collaborative Environment', description: 'Work alongside peers on exciting challenges and share knowledge freely.', icon: Users },
|
||||
{ title: 'Expert Mentorship', description: 'Learn from experienced professionals who guide and inspire our members.', icon: GraduationCap }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg"
|
||||
imageAlt="Tech club members collaborating on a project"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
|
||||
Reference in New Issue
Block a user