diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index d37f92f..50b0083 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -20,8 +20,7 @@ export default function AdmissionsPage() { const footerColumns = [ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Elementary", href: "/admissions" }, { label: "Middle School", href: "/admissions" }, { label: "High School", href: "/admissions" }, @@ -29,8 +28,7 @@ export default function AdmissionsPage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Mission", href: "/" }, { label: "Faculty & Staff", href: "#faculty" }, { label: "Campus Life", href: "/" }, @@ -38,8 +36,7 @@ export default function AdmissionsPage() { ], }, { - title: "Admissions", - items: [ + title: "Admissions", items: [ { label: "Apply Now", href: "/admissions" }, { label: "Financial Aid", href: "/admissions" }, { label: "Schedule Tour", href: "/admissions" }, @@ -55,7 +52,7 @@ export default function AdmissionsPage() { borderRadius="rounded" contentWidth="medium" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -70,18 +67,14 @@ export default function AdmissionsPage() { title="Begin Your Academy Journey" description="Take the first step toward an exceptional education. Our admissions team is ready to welcome you and answer all your questions about joining our vibrant community." tag="Start Your Application" - background={{ variant: "floatingGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898716.jpg?_wi=2" + background={{ variant: "canvas-reveal" }} + imageSrc="http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898716.jpg" imageAlt="Educational institution campus" buttons={[ { - text: "Apply Now", - href: "#contact", - }, + text: "Apply Now", href: "#contact"}, { - text: "Back to Home", - href: "/", - }, + text: "Back to Home", href: "/"}, ]} /> @@ -93,9 +86,7 @@ export default function AdmissionsPage() { useInvertedBackground={false} buttons={[ { - text: "View Application Requirements", - href: "#contact", - }, + text: "View Application Requirements", href: "#contact"}, ]} /> @@ -104,30 +95,19 @@ export default function AdmissionsPage() { +
+ +
+