diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a2986a6..13f91dd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -79,7 +79,7 @@ export default function ContactPage() { { text: "Schedule Visit", href: "#" }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 80377ef..39bb7ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function HomePage() { tag="Excellence in Education" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: @@ -269,7 +269,7 @@ export default function HomePage() { { text: "Schedule Visit", href: "#" }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} />