diff --git a/src/app/galeria/page.tsx b/src/app/galeria/page.tsx
index 2228350..f1d2588 100644
--- a/src/app/galeria/page.tsx
+++ b/src/app/galeria/page.tsx
@@ -3,108 +3,37 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterMedia from '@/components/sections/footer/FooterMedia';
-import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-import TextAbout from '@/components/sections/about/TextAbout';
-export default function LandingPage() {
+export default function GalleryPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0261be1..7deaed4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,267 +16,54 @@ export default function LandingPage() {
defaultButtonVariant="bounce-effect"
defaultTextAnimation="background-highlight"
borderRadius="pill"
+ 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/sobre/page.tsx b/src/app/sobre/page.tsx
index 561ac2a..d23577e 100644
--- a/src/app/sobre/page.tsx
+++ b/src/app/sobre/page.tsx
@@ -3,101 +3,37 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterMedia from '@/components/sections/footer/FooterMedia';
-import LegalSection from '@/components/legal/LegalSection';
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