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" 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" 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" 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" 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"