diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 298d6d7..be8da32 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -6,7 +6,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-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 845f4a6..c738151 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
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/gallery/page.tsx b/src/app/gallery/page.tsx
index 1d2be08..bc2ec5b 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
-export default function LandingPage() {
+export default function GalleryPage() {
return (
-
-
-
+
+
+
-
+
-
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/municipalities/page.tsx b/src/app/municipalities/page.tsx
index db60211..ee57887 100644
--- a/src/app/municipalities/page.tsx
+++ b/src/app/municipalities/page.tsx
@@ -7,7 +7,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-export default function LandingPage() {
+export default function MunicipalitiesPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 431fdcd..a674d05 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -26,119 +26,99 @@ export default function LandingPage() {
headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
-"
- },
- {
- "path": "src/app/about/page.tsx",
- "content": "\"use client\";\n\nimport { ThemeProvider } from \"@/providers/themeProvider/ThemeProvider\";\nimport ReactLenis from \"lenis/react\";\nimport FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';\nimport MediaAbout from '@/components/sections/about/MediaAbout';\nimport NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';\n\nexport default function AboutPage() {\n return (\n \n \n \n \n
\n\n \n \n
\n\n \n \n \n );\n}"
- },
- {
- "path": "src/app/municipalities/page.tsx",
- "content": "\"use client\";\n\nimport { ThemeProvider } from \"@/providers/themeProvider/ThemeProvider\";\nimport ReactLenis from \"lenis/react\";\nimport FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';\nimport FeatureCardSix from '@/components/sections/feature/FeatureCardSix';\nimport FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';\nimport NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';\n\nexport default function MunicipalitiesPage() {\n return (\n \n \n \n \n
\n\n \n \n
\n\n \n \n
\n\n \n \n \n );\n}"
- },
- {
- "path": "src/app/gallery/page.tsx",
- "content": "\"use client\";\n\nimport { ThemeProvider } from \"@/providers/themeProvider/ThemeProvider\";\nimport ReactLenis from \"lenis/react\";\nimport FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';\nimport NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';\nimport ProductCardFour from '@/components/sections/product/ProductCardFour';\nimport ProductCardTwo from '@/components/sections/product/ProductCardTwo';\n\nexport default function GalleryPage() {\n return (\n \n \n \n \n
\n\n \n\n \n\n \n \n \n );\n}"
- },
- {
- "path": "src/app/contact/page.tsx",
- "content": "\"use client\";\n\nimport { ThemeProvider } from \"@/providers/themeProvider/ThemeProvider\";\nimport ReactLenis from \"lenis/react\";\nimport ContactText from '@/components/sections/contact/ContactText';\nimport FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';\nimport NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';\n\nexport default function ContactPage() {\n return (\n \n \n \n \n
\n\n \n \n
\n\n \n \n \n );\n}"
- }
- ]
}
\ No newline at end of file