diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 7e180f2..f2c2b0e 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextAbout from '@/components/sections/about/TextAbout';
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/affiliate/page.tsx b/src/app/affiliate/page.tsx
index 34f76fd..fc6e22d 100644
--- a/src/app/affiliate/page.tsx
+++ b/src/app/affiliate/page.tsx
@@ -8,7 +8,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Shield, Sparkles, Zap } from "lucide-react";
-export default function LandingPage() {
+export default function AffiliatePage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0bc97aa..cb628ea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -25,223 +25,99 @@ export default function LandingPage() {
headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index c6d1f4c..8c75808 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-export default function LandingPage() {
+export default function ShopPage() {
return (
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file