diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2bd4eab..f0917e4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,17 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCenter from '@/components/sections/contact/ContactCenter';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
-import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
+import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { CheckCircle, Clock, Eye } from "lucide-react";
+import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
+import { CheckCircle, Clock, Eye, Mail, Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,64 +43,12 @@ export default function LandingPage() {
@@ -132,21 +68,9 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={true}
features={[
- {
- title: "Unified Command Center",
- description: "Manage deals, leads, accounting, and HR in one dashboard.",
- imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-right-side_187299-45688.jpg",
- },
- {
- title: "Operational Continuity",
- description: "Information stays connected from launch to audit.",
- imageSrc: "http://img.b2bpic.net/free-photo/enterprise-manager-looking-into-project-updates-details-monitoring-room_482257-90957.jpg",
- },
- {
- title: "Growth Architecture",
- description: "Align your people and profits with our seamless system.",
- imageSrc: "http://img.b2bpic.net/free-photo/electronic-circuit-board-shallow-dof_1398-119.jpg",
- },
+ { title: "Unified Command Center", description: "Manage deals, leads, accounting, and HR in one dashboard.", imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-right-side_187299-45688.jpg" },
+ { title: "Operational Continuity", description: "Information stays connected from launch to audit.", imageSrc: "http://img.b2bpic.net/free-photo/enterprise-manager-looking-into-project-updates-details-monitoring-room_482257-90957.jpg" },
+ { title: "Growth Architecture", description: "Align your people and profits with our seamless system.", imageSrc: "http://img.b2bpic.net/free-photo/electronic-circuit-board-shallow-dof_1398-119.jpg" },
]}
title="Why The Property Market?"
description="The foundation for the next generation of real estate leaders."
@@ -160,42 +84,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "CRM",
- price: "High Velocity Sales",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg",
- },
- {
- id: "p2",
- name: "Developer System",
- price: "Precision Project Launch",
- imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-blank-chromakey-screen_482257-126706.jpg",
- },
- {
- id: "p3",
- name: "HR System",
- price: "Team-First Management",
- imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-infographic_52683-30298.jpg",
- },
- {
- id: "p4",
- name: "Property Mgmt",
- price: "Income Precision",
- imageSrc: "http://img.b2bpic.net/free-photo/notepad-reminder-remember-list-planning-concept_53876-123731.jpg",
- },
- {
- id: "p5",
- name: "Accounting",
- price: "Financial Transparency",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-118995.jpg",
- },
- {
- id: "p6",
- name: "Analytics",
- price: "Strategic Clarity",
- imageSrc: "http://img.b2bpic.net/free-photo/group-people-brainstorming-meeting-room_53876-41670.jpg",
- },
+ { id: "p1", name: "CRM", price: "High Velocity Sales", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg" },
+ { id: "p2", name: "Developer System", price: "Precision Project Launch", imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-blank-chromakey-screen_482257-126706.jpg" },
+ { id: "p3", name: "HR System", price: "Team-First Management", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-infographic_52683-30298.jpg" },
]}
title="Your Unified Product Suite"
description="Powerful, real-estate focused modules that bridge strategy and execution."
@@ -209,27 +100,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "100%",
- title: "Traceability",
- description: "Standardized workflow accuracy.",
- icon: CheckCircle,
- },
- {
- id: "m2",
- value: "24/7",
- title: "Support",
- description: "Always-on priority assistance.",
- icon: Clock,
- },
- {
- id: "m3",
- value: "360°",
- title: "Visibility",
- description: "Business health in seconds.",
- icon: Eye,
- },
+ { id: "m1", value: "100%", title: "Traceability", description: "Standardized workflow accuracy.", icon: CheckCircle },
+ { id: "m2", value: "24/7", title: "Support", description: "Always-on priority assistance.", icon: Clock },
+ { id: "m3", value: "360°", title: "Visibility", description: "Business health in seconds.", icon: Eye },
]}
title="Operational Visibility at Scale"
description="Real-time performance insights for data-driven decisions."
@@ -237,172 +110,54 @@ export default function LandingPage() {