Update src/app/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Build Your Future at Richfield College"
|
||||
description="Experience career-focused education in a supportive environment where lecturers are committed to your success. Premium education with personal mentorship."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
kpis={[
|
||||
{ value: "4.8★", label: "Student Rating" },
|
||||
{ value: "100%", label: "Career-Focused" },
|
||||
@@ -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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg"
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
|
||||
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?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
]}
|
||||
@@ -186,7 +186,6 @@ export default function HomePage() {
|
||||
className="w-full"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-var(--foreground) mb-8"
|
||||
tagClassName="text-var(--primary-cta) font-semibold mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -335,7 +334,7 @@ export default function HomePage() {
|
||||
description="Join thousands of students building their futures at Richfield College. Get access to our course guide and begin your application."
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Course Guide"
|
||||
|
||||
Reference in New Issue
Block a user