Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
{ text: "Join the Club", href: "contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ambitious-businesswomen-collaborating-corporate-office_482257-118682.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ambitious-businesswomen-collaborating-corporate-office_482257-118682.jpg?_wi=1"
|
||||
imageAlt="Microsoft Club Web Development Team collaboration"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
title: "Innovate", description: "Experiment with emerging technologies and create solutions that solve real problems.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ambitious-businesswomen-collaborating-corporate-office_482257-118682.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ambitious-businesswomen-collaborating-corporate-office_482257-118682.jpg?_wi=2"
|
||||
imageAlt="Team collaboration and learning environment"
|
||||
mediaAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -105,17 +105,17 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg"},
|
||||
id: "1", name: "Sarah Chen", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "VP Development", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1874.jpg"},
|
||||
id: "2", name: "Marcus Johnson", role: "VP Development", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1874.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-safety-helmet-vest_23-2148269280.jpg"},
|
||||
{
|
||||
id: "4", name: "James Park", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-management-team-analyzing-data-using-laptop_482257-119675.jpg"},
|
||||
{
|
||||
id: "5", name: "Priya Sharma", role: "Curriculum Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg"},
|
||||
id: "5", name: "Priya Sharma", role: "Curriculum Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=2"},
|
||||
{
|
||||
id: "6", name: "Alex Chen", role: "Community Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1874.jpg"},
|
||||
id: "6", name: "Alex Chen", role: "Community Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1874.jpg?_wi=2"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ambitious-businesswomen-collaborating-corporate-office_482257-118682.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ambitious-businesswomen-collaborating-corporate-office_482257-118682.jpg?_wi=3"
|
||||
imageAlt="Join our web development community"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user