diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 3225ade..8bcb178 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,85 +7,66 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx
index 71ff87c..05b3f7e 100644
--- a/src/app/admin/page.tsx
+++ b/src/app/admin/page.tsx
@@ -7,92 +7,64 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
-export default function LandingPage() {
+export default function AdminPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/freebies/page.tsx b/src/app/freebies/page.tsx
index 9a38c1f..871c071 100644
--- a/src/app/freebies/page.tsx
+++ b/src/app/freebies/page.tsx
@@ -7,91 +7,64 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
-export default function LandingPage() {
+export default function FreebiesPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 10497b1..ca3c68e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,236 +16,103 @@ export default function LandingPage() {
defaultButtonVariant="text-stagger"
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/templates/page.tsx b/src/app/templates/page.tsx
index 2418555..e69185d 100644
--- a/src/app/templates/page.tsx
+++ b/src/app/templates/page.tsx
@@ -7,132 +7,74 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
-export default function LandingPage() {
+export default function TemplatesPage() {
return (
-
-
-
+
+
+
-
+
-
+
-
+
);
-}
+}
\ No newline at end of file