From ad4632bb8c5ca99e2bb4b7b7e583bc43088297d6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:36:42 +0000 Subject: [PATCH 1/2] Update src/app/admissions/page.tsx --- src/app/admissions/page.tsx | 52 ++++++++++++------------------------- 1 file changed, 16 insertions(+), 36 deletions(-) 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() { Date: Fri, 6 Mar 2026 19:36:43 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 169 ++++++++++++++++------------------------------- 1 file changed, 57 insertions(+), 112 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21d43c8..3124714 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,8 +25,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Elementary", href: "/academics" }, { label: "Middle School", href: "/academics" }, { label: "High School", href: "/academics" }, @@ -34,8 +33,7 @@ export default function HomePage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Mission", href: "/about" }, { label: "Faculty & Staff", href: "#faculty" }, { label: "Campus Life", href: "/about" }, @@ -43,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Admissions", - items: [ + title: "Admissions", items: [ { label: "Apply Now", href: "/academics" }, { label: "Financial Aid", href: "/academics" }, { label: "Schedule Tour", href: "/academics" }, @@ -60,7 +57,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="medium" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -75,8 +72,8 @@ export default function HomePage() { title="Inspire, Educate, Transform" description="Welcome to Academy, where we cultivate excellence through innovative teaching, supportive community, and a commitment to each student's success. Join us in shaping tomorrow's leaders." tag="Excellence in Education" - background={{ variant: "floatingGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=1" + background={{ variant: "canvas-reveal" }} + imageSrc="http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg" imageAlt="Modern classroom learning environment" buttons={[ { text: "Explore Programs", href: "/academics" }, @@ -100,63 +97,39 @@ export default function HomePage() { +
+ +
+