From 8e049542a8428f8594b4dc88c4ba6557e407745f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:51:22 +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 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" -- 2.49.1 From 2362a9cd256515d1c5c274297401c2f08e4de554 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:51:23 +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 49f13b7..d626994 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:51:24 +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 cd09a12..09ea347 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: "glowing-orb" }} + background={{ variant: "floatingGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Book Now" -- 2.49.1