diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 4c8cddb..a32f4a4 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -2,14 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactFaq from '@/components/sections/contact/ContactFaq';
-import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
-import FooterBase from '@/components/sections/footer/FooterBase';
-import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import { Calendar, Mail, Phone } from "lucide-react";
+import ContactSplit from '@/components/sections/contact/ContactSplit';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
-export default function LandingPage() {
+export default function ContactPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
);
diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx
index baa68da..e07ecb7 100644
--- a/src/app/destinations/page.tsx
+++ b/src/app/destinations/page.tsx
@@ -2,13 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
-import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
-import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
-export default function LandingPage() {
+export default function DestinationsPage() {
return (
-
-
-
+
+
+
-
-
-
+
-
-
-
-
-
-
-
-
-
+
);