From caac3662498b0e7ee5951b966677718b4ff4e6d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:29:00 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8f27d25..c932337 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" -- 2.49.1 From 087513703d98c20e929782d2590b968d0903be67 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:29:00 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 954ec0c..910bda0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -59,7 +59,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -75,7 +75,7 @@ export default function ContactPage() { tagIcon={Mail} title="Get In Touch With SAIRA ACAD" description="Have questions about our programs or services? Our team is ready to help you discover how SAIRA ACAD can transform your educational institution and support your professional journey." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/hand-tounching-laptop-many-envelopes_1134-189.jpg" imageAlt="Contact us" -- 2.49.1 From b37021e5dd92abe2a3274a52ffc3e3c69de7e52e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:29:01 +0000 Subject: [PATCH 3/5] Update src/app/mentorship/page.tsx --- src/app/mentorship/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/mentorship/page.tsx b/src/app/mentorship/page.tsx index ef1a8c0..3ef213f 100644 --- a/src/app/mentorship/page.tsx +++ b/src/app/mentorship/page.tsx @@ -60,7 +60,7 @@ export default function MentorshipPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" -- 2.49.1 From c0f1c2ece975c3312c7aaf81ead9ce1b946b8bc8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:29:01 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e3b500..2286307 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -99,7 +99,7 @@ export default function HomePage() { tag="Welcome to SAIRA ACAD" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Get Started", href: "/contact" }, { text: "Explore Services", href: "/services" }, @@ -364,7 +364,7 @@ export default function HomePage() { tagIcon={Mail} title="Stay Updated With SAIRA ACAD" description="Join thousands of educators receiving exclusive insights, program updates, and professional development resources directly to your inbox." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/hand-tounching-laptop-many-envelopes_1134-189.jpg" imageAlt="Newsletter signup" -- 2.49.1 From b9ad06ef668dde137f2637c47aba486e05bcf7b1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:29:02 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index da0b966..1f6abba 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -60,7 +60,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -134,7 +134,7 @@ export default function ServicesPage() { tagIcon={Mail} title="Begin Your Transformation Journey" description="Connect with our team to explore which service offerings best align with your organizational goals and educational objectives." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/hand-tounching-laptop-many-envelopes_1134-189.jpg" imageAlt="Service inquiry" -- 2.49.1