diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 1040bcf..be245db 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -13,131 +13,71 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 1ea453e..d0830ec 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -13,113 +13,68 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
diff --git a/src/app/page.tsx b/src/app/page.tsx
index a9296b9..8a7e33e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,210 +16,104 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 2800bce..6d14519 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -13,176 +13,74 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
-
-
-
+
+
+
-
+
-
+
-
+
);