diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bdb04d6..c8893fe 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: "glowing-orb" }} + background={{ variant: "floatingGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Send Message" diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f13b7..d626994 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() {