Update src/app/programs/page.tsx
This commit is contained in:
@@ -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=2"
|
||||
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=3",
|
||||
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=4",
|
||||
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=5",
|
||||
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=6",
|
||||
imageAlt: "Finance Program",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user