diff --git a/src/app/find-store/page.tsx b/src/app/find-store/page.tsx
index eb6312b..6cb175a 100644
--- a/src/app/find-store/page.tsx
+++ b/src/app/find-store/page.tsx
@@ -2,12 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
-import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import HeroCentered from '@/components/sections/hero/HeroCentered';
-export default function LandingPage() {
+export default function FindStorePage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 26d3fec..701cf6b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -25,186 +25,89 @@ export default function LandingPage() {
headingFontWeight="light"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx
index c7d923a..38b9683 100644
--- a/src/app/products/page.tsx
+++ b/src/app/products/page.tsx
@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
-export default function LandingPage() {
+export default function ProductsPage() {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/support/page.tsx b/src/app/support/page.tsx
index d254e34..284f1fe 100644
--- a/src/app/support/page.tsx
+++ b/src/app/support/page.tsx
@@ -7,7 +7,7 @@ import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwe
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-export default function LandingPage() {
+export default function SupportPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file