diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index da084b7..1b3688e 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -8,109 +8,75 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { Facebook, Instagram } from "lucide-react";
-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 6913b0b..aa3fbfd 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -8,94 +8,68 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { Facebook, Instagram } from "lucide-react";
-export default function LandingPage() {
+export default function ContactPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index 3754eef..f893f87 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -8,138 +8,79 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import { Facebook, Instagram } from "lucide-react";
-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 213db1b..4330dcf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Facebook, Instagram } from "lucide-react";
+import { Facebook, Instagram, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -17,218 +17,113 @@ export default function LandingPage() {
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file