From 0425282905b3ef83b2cbbc3af679632ce2884ce9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:55:22 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 208 ++++++++++----------------------------- 1 file changed, 52 insertions(+), 156 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1668b49..e526ac3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,169 +8,65 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { MapPin } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From 393ffa96d77d2d1e4478369cf8237c8aea1f7efb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:55:23 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 403 +++++++++++++---------------------------------- 1 file changed, 108 insertions(+), 295 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb5577c..e10917a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,303 +17,116 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1 From ff64721b6ae4b9c2e56a6786e420529edecc0cdd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:55:23 +0000 Subject: [PATCH 3/4] Update src/app/study-visa/page.tsx --- src/app/study-visa/page.tsx | 270 +++++++++--------------------------- 1 file changed, 63 insertions(+), 207 deletions(-) diff --git a/src/app/study-visa/page.tsx b/src/app/study-visa/page.tsx index 8fddec5..60395c7 100644 --- a/src/app/study-visa/page.tsx +++ b/src/app/study-visa/page.tsx @@ -7,220 +7,76 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -export default function LandingPage() { +export default function StudyVisaPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From 430151ae3be8cc706476070904959dbbad50c15b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:55:23 +0000 Subject: [PATCH 4/4] Update src/app/work-visa/page.tsx --- src/app/work-visa/page.tsx | 215 +++++++++---------------------------- 1 file changed, 52 insertions(+), 163 deletions(-) diff --git a/src/app/work-visa/page.tsx b/src/app/work-visa/page.tsx index 71d4643..c42ad8f 100644 --- a/src/app/work-visa/page.tsx +++ b/src/app/work-visa/page.tsx @@ -7,176 +7,65 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function WorkVisaPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1