diff --git a/src/app/page.tsx b/src/app/page.tsx
index 40336df..debfa86 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -25,258 +25,87 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx
new file mode 100644
index 0000000..5f5f4cd
--- /dev/null
+++ b/src/app/properties/page.tsx
@@ -0,0 +1,67 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+
+export default function PropertyListingPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file