diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f6ee08b..dfe2bbf 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,135 +7,69 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index 894143f..e94664f 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -7,134 +7,71 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
-export default function LandingPage() {
+export default function MenuPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5efe708..9f0a5c5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,310 +16,113 @@ export default function LandingPage() {
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="soft"
+ 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/subscriptions/page.tsx b/src/app/subscriptions/page.tsx
index d269272..1950143 100644
--- a/src/app/subscriptions/page.tsx
+++ b/src/app/subscriptions/page.tsx
@@ -7,139 +7,70 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
-export default function LandingPage() {
+export default function SubscriptionsPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file