Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-14 18:28:08 +00:00
5 changed files with 11 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ export default function AboutPage() {
tag="Our Story"
tagIcon={BookOpen}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/focused-adult-students-taking-online-tests_74855-1877.jpg"
imageSrc="http://img.b2bpic.net/free-photo/focused-adult-students-taking-online-tests_74855-1877.jpg?_wi=1"
imageAlt="Richfield Campus Learning Environment"
mediaAnimation="blur-reveal"
imagePosition="right"

View File

@@ -80,7 +80,7 @@ export default function AdmissionsPage() {
{ text: "Contact Admissions", href: "#contact-admissions" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg?_wi=2"
imageAlt="Welcome to Richfield"
mediaAnimation="blur-reveal"
imagePosition="right"

View File

@@ -98,7 +98,7 @@ export default function CampusLifePage() {
tag="Experience Community"
tagIcon={Users}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/focused-adult-students-taking-online-tests_74855-1877.jpg"
imageSrc="http://img.b2bpic.net/free-photo/focused-adult-students-taking-online-tests_74855-1877.jpg?_wi=2"
imageAlt="Campus Community Life"
mediaAnimation="blur-reveal"
imagePosition="right"

View File

@@ -79,7 +79,7 @@ export default function HomePage() {
{ text: "Explore Programs", href: "/programs" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg?_wi=1"
imageAlt="Richfield College Modern Campus"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -113,7 +113,7 @@ export default function HomePage() {
quote: "Richfield Bryanston Campus has been an amazing experience. The staff truly care about student growth and success. Lecturers go beyond teaching—they mentor and guide you toward your career goals.",
name: "Paul Masalesa",
role: "Business Management Graduate",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=1",
imageAlt: "Paul Masalesa",
},
{
@@ -158,7 +158,7 @@ export default function HomePage() {
quote: "Richfield offers world-class education without the astronomical price tag. Quality education should be accessible, and they prove it every day.",
name: "Sarah Chen",
role: "Marketing Graduate",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=2",
imageAlt: "Sarah Chen",
},
]}

View File

@@ -77,7 +77,7 @@ export default function ProgramsPage() {
tagAnimation="slide-up"
buttons={[{ text: "Discover Programs", href: "#programs-list" }]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg?_wi=3"
imageAlt="Campus Learning Facilities"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -97,28 +97,28 @@ export default function ProgramsPage() {
id: "program-business",
name: "Business Management",
price: "From R35,000/semester",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg?_wi=4",
imageAlt: "Business Management Program",
},
{
id: "program-it",
name: "Information Technology",
price: "From R38,000/semester",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg?_wi=5",
imageAlt: "IT Program",
},
{
id: "program-marketing",
name: "Marketing & Entrepreneurship",
price: "From R33,000/semester",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg?_wi=6",
imageAlt: "Marketing Program",
},
{
id: "program-finance",
name: "Finance & Accounting",
price: "From R36,000/semester",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg?_wi=7",
imageAlt: "Finance Program",
},
]}