Update src/app/faculty/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function FacultyPage() {
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
{ text: "Learn More", href: "/" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg?_wi=2"
|
||||
imageAlt="Faculty members in classroom"
|
||||
showDimOverlay={false}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -60,16 +60,16 @@ export default function FacultyPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Dr. Patricia Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg", imageAlt: "Dr. Patricia Johnson, School Principal"
|
||||
id: "1", name: "Dr. Patricia Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg?_wi=2", imageAlt: "Dr. Patricia Johnson, School Principal"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mr. David Chen", imageSrc: "http://img.b2bpic.net/free-photo/senior-male-professor-with-arms-crossed-standing-against-chalkboard_23-2148200953.jpg", imageAlt: "Mr. David Chen, Head of Academics"
|
||||
id: "2", name: "Mr. David Chen", imageSrc: "http://img.b2bpic.net/free-photo/senior-male-professor-with-arms-crossed-standing-against-chalkboard_23-2148200953.jpg?_wi=2", imageAlt: "Mr. David Chen, Head of Academics"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ms. Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg", imageAlt: "Ms. Emily Rodriguez, Student Services Director"
|
||||
id: "3", name: "Ms. Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg?_wi=2", imageAlt: "Ms. Emily Rodriguez, Student Services Director"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. Michael Foster", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg", imageAlt: "Dr. Michael Foster, Head of STEM Programs"
|
||||
id: "4", name: "Dr. Michael Foster", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg?_wi=3", imageAlt: "Dr. Michael Foster, Head of STEM Programs"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -85,22 +85,22 @@ export default function FacultyPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Dr. Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/senior-male-professor-with-arms-crossed-standing-against-chalkboard_23-2148200953.jpg", imageAlt: "Dr. Sarah Mitchell, Science Department"
|
||||
id: "1", name: "Dr. Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/senior-male-professor-with-arms-crossed-standing-against-chalkboard_23-2148200953.jpg?_wi=3", imageAlt: "Dr. Sarah Mitchell, Science Department"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mr. James Anderson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg", imageAlt: "Mr. James Anderson, Humanities Department"
|
||||
id: "2", name: "Mr. James Anderson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg?_wi=3", imageAlt: "Mr. James Anderson, Humanities Department"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ms. Rachel Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg", imageAlt: "Ms. Rachel Thompson, Mathematics Department"
|
||||
id: "3", name: "Ms. Rachel Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg?_wi=4", imageAlt: "Ms. Rachel Thompson, Mathematics Department"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. Robert Garcia", imageSrc: "http://img.b2bpic.net/free-photo/senior-male-professor-with-arms-crossed-standing-against-chalkboard_23-2148200953.jpg", imageAlt: "Dr. Robert Garcia, Arts Department"
|
||||
id: "4", name: "Dr. Robert Garcia", imageSrc: "http://img.b2bpic.net/free-photo/senior-male-professor-with-arms-crossed-standing-against-chalkboard_23-2148200953.jpg?_wi=4", imageAlt: "Dr. Robert Garcia, Arts Department"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Ms. Lisa Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg", imageAlt: "Ms. Lisa Chen, Languages Department"
|
||||
id: "5", name: "Ms. Lisa Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg?_wi=4", imageAlt: "Ms. Lisa Chen, Languages Department"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Mr. Kevin Walsh", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg", imageAlt: "Mr. Kevin Walsh, Physical Education"
|
||||
id: "6", name: "Mr. Kevin Walsh", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg?_wi=5", imageAlt: "Mr. Kevin Walsh, Physical Education"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user