diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c8893fe..e9da793 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -65,7 +65,7 @@ export default function ContactPage() { title="Start Your Study Abroad Journey Today" description="Contact our expert counselors for personalized guidance on your international education journey. We're here to answer all your questions and help you achieve your dream of studying abroad." tagIcon={Mail} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Send Message" diff --git a/src/app/page.tsx b/src/app/page.tsx index d626994..70819c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() {