Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-03-05 11:58:19 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ export default function ContactPage() {
{ text: "Schedule Visit", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -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}
/>
</div>