diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 14bf67a..7f04302 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,108 +7,36 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx
index 44b19ba..3832643 100644
--- a/src/app/collections/page.tsx
+++ b/src/app/collections/page.tsx
@@ -7,126 +7,36 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
-export default function LandingPage() {
+export default function CollectionsPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
);
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 680b630..78fde03 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -8,118 +8,36 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Mail } 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 b2f0cd0..c74f61b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,247 +16,39 @@ export default function LandingPage() {
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);