Merge version_1 into main #1
@@ -139,7 +139,7 @@ export default function AboutPage() {
|
||||
name: "Dr. Rachel Wong",
|
||||
role: "Program Director",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
"http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2",
|
||||
imageAlt: "Dr. Rachel Wong",
|
||||
},
|
||||
{
|
||||
@@ -147,7 +147,7 @@ export default function AboutPage() {
|
||||
name: "Prof. Michael Chen",
|
||||
role: "Senior Instructor",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/row-serious-business-people-using-laptops-sitting-one-table-typing_74855-10362.jpg",
|
||||
"http://img.b2bpic.net/free-photo/row-serious-business-people-using-laptops-sitting-one-table-typing_74855-10362.jpg?_wi=2",
|
||||
imageAlt: "Prof. Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function AboutPage() {
|
||||
name: "Dr. Sophia Martinez",
|
||||
role: "Curriculum Lead",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businesswoman-front-her-team-giving-presentation_23-2147923345.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businesswoman-front-her-team-giving-presentation_23-2147923345.jpg?_wi=2",
|
||||
imageAlt: "Dr. Sophia Martinez",
|
||||
},
|
||||
{
|
||||
@@ -163,7 +163,7 @@ export default function AboutPage() {
|
||||
name: "Prof. James Anderson",
|
||||
role: "Industry Liaison",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg?_wi=2",
|
||||
imageAlt: "Prof. James Anderson",
|
||||
},
|
||||
]}
|
||||
@@ -179,7 +179,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg?_wi=3"
|
||||
imageAlt="Institute campus"
|
||||
logoText="Institute"
|
||||
copyrightText="© 2025 Professional Institute. All rights reserved."
|
||||
|
||||
@@ -137,7 +137,7 @@ export default function AdmissionsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg?_wi=4"
|
||||
imageAlt="Institute campus"
|
||||
logoText="Institute"
|
||||
copyrightText="© 2025 Professional Institute. All rights reserved."
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -243,28 +243,28 @@ export default function HomePage() {
|
||||
id: "faculty-1",
|
||||
name: "Dr. Rachel Wong",
|
||||
role: "Program Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1",
|
||||
imageAlt: "Dr. Rachel Wong",
|
||||
},
|
||||
{
|
||||
id: "faculty-2",
|
||||
name: "Prof. Michael Chen",
|
||||
role: "Senior Instructor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-serious-business-people-using-laptops-sitting-one-table-typing_74855-10362.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-serious-business-people-using-laptops-sitting-one-table-typing_74855-10362.jpg?_wi=1",
|
||||
imageAlt: "Prof. Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "faculty-3",
|
||||
name: "Dr. Sophia Martinez",
|
||||
role: "Curriculum Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-front-her-team-giving-presentation_23-2147923345.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-front-her-team-giving-presentation_23-2147923345.jpg?_wi=1",
|
||||
imageAlt: "Dr. Sophia Martinez",
|
||||
},
|
||||
{
|
||||
id: "faculty-4",
|
||||
name: "Prof. James Anderson",
|
||||
role: "Industry Liaison",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg?_wi=1",
|
||||
imageAlt: "Prof. James Anderson",
|
||||
},
|
||||
]}
|
||||
@@ -357,7 +357,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg?_wi=1"
|
||||
imageAlt="institutional values academic excellence"
|
||||
logoText="Institute"
|
||||
copyrightText="© 2025 Professional Institute. All rights reserved."
|
||||
|
||||
@@ -213,7 +213,7 @@ export default function ProgramsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg?_wi=2"
|
||||
imageAlt="institutional values academic excellence"
|
||||
logoText="Institute"
|
||||
copyrightText="© 2025 Professional Institute. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user