From 2607a0f312a333b23222d3daa54205c5c0450fdc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:54:17 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1 From 78d814242757e8b62b165e999058e9ad1390212b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:54:18 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {
Date: Mon, 2 Mar 2026 20:54:18 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 09ea347..df16d01 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -112,7 +112,7 @@ export default function ServicesPage() { title="Ready to Begin Your Journey?" description="Book a free consultation with our education counselors to discuss your study abroad goals and explore the perfect program for you." tagIcon={Mail} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Book Now" -- 2.49.1