Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 16:23:42 +00:00
parent 27ecbcc008
commit 94b583a27d

View File

@@ -17,7 +17,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -85,7 +85,7 @@ export default function AboutPage() {
{ text: "Explore Our Courses", href: "/contact" },
{ text: "Back to Home", href: "/" },
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>