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 (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
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"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
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 (
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
);
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 (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);