diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 7f3121e..fc4ee61 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -8,104 +8,58 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { Code } from "lucide-react";
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index dcb4cb8..435cf54 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -7,105 +7,55 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-export default function LandingPage() {
+export default function ContactPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8abeaa6..e5332b2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -17,235 +17,75 @@ export default function LandingPage() {
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/seo/page.tsx b/src/app/seo/page.tsx
index d3d15d8..6305786 100644
--- a/src/app/seo/page.tsx
+++ b/src/app/seo/page.tsx
@@ -6,91 +6,47 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-export default function LandingPage() {
+export default function SeoPage() {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file