Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-people-discussing-business-issues_53876-22915.jpg", alt: "Club member" }
|
||||
]}
|
||||
avatarText="150+ Members"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=1"
|
||||
imageAlt="Students collaborating on tech projects"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
@@ -105,8 +105,8 @@ export default function HomePage() {
|
||||
description: "Explore machine learning fundamentals with interactive demos and real-world applications. Perfect for beginners and intermediate learners.",
|
||||
icon: Brain,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "Participants working on AI projects" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg", imageAlt: "Instructor presenting AI concepts" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=1", imageAlt: "Participants working on AI projects" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=2", imageAlt: "Instructor presenting AI concepts" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -114,8 +114,8 @@ export default function HomePage() {
|
||||
description: "Showcase your coding prowess in our annual hackathon. Build innovative solutions with mentors and win exciting prizes.",
|
||||
icon: Code,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg", imageAlt: "Team collaborating on a hackathon project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "Judges reviewing hackathon submissions" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg?_wi=1", imageAlt: "Team collaborating on a hackathon project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=2", imageAlt: "Judges reviewing hackathon submissions" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -192,7 +192,7 @@ export default function HomePage() {
|
||||
role: "Senior Developer",
|
||||
company: "Tech Innovations Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=1",
|
||||
imageAlt: "Alex Morgan, Senior Developer at Tech Innovations Inc."
|
||||
},
|
||||
{
|
||||
@@ -201,7 +201,7 @@ export default function HomePage() {
|
||||
role: "UI/UX Designer",
|
||||
company: "Creative Minds Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg?_wi=1",
|
||||
imageAlt: "Jordan Lee, UI/UX Designer at Creative Minds Studio"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user