diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index eeba695..b7a25b3 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -2,15 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
-import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import SplitAbout from '@/components/sections/about/SplitAbout';
-import TeamCardFive from '@/components/sections/team/TeamCardFive';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Building, Heart, Home, Lightbulb, MessageCircle, Users } from "lucide-react";
+import FeatureBorderGlow from '@/components/sections/feature/FeatureBorderGlow';
+import MediaAbout from '@/components/sections/about/MediaAbout';
+import { BowlFood, CookingPot, HeartHandshake, ChefHat, FryingPan, Handshake, Leaf } from 'lucide-react';
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
);
diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx
index fce4096..4951e7d 100644
--- a/src/app/location/page.tsx
+++ b/src/app/location/page.tsx
@@ -2,14 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
-import ContactSplit from '@/components/sections/contact/ContactSplit';
-import FaqBase from '@/components/sections/faq/FaqBase';
-import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import { HelpCircle, MapPin, Smile } from "lucide-react";
+import ContactCTABackground from '@/components/sections/contact/ContactCTABackground';
+import MapAndAddress from '@/components/sections/contact/MapAndAddress';
-export default function LandingPage() {
+export default function LocationPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
);
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index c0b4f8a..b998809 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -2,14 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
-import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Sparkles, Star } from "lucide-react";
+import HeroSplit from '@/components/sections/hero/HeroSplit';
+import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
+import { UtensilsCrossed } from 'lucide-react';
-export default function LandingPage() {
+export default function MenuPage() {
return (
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
);
diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx
index 938c017..ecd4a85 100644
--- a/src/app/order/page.tsx
+++ b/src/app/order/page.tsx
@@ -2,14 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Award, MessageCircle, Rocket, ShoppingCart } from "lucide-react";
+import ContactCTABackground from '@/components/sections/contact/ContactCTABackground';
-export default function LandingPage() {
+export default function OrderPage() {
return (
-
-
-
+
+
+
-
-
-
+
-
-
-
-
-
-
-
-
-
+
+
+
);
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3fe8439..5c6f467 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,30 +27,15 @@ export default function LandingPage() {
@@ -59,24 +44,17 @@ export default function LandingPage() {