diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 42bd0eb..f048226 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -4,24 +4,22 @@ import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import MediaAbout from "@/components/sections/about/MediaAbout";
-import TeamCardOne from "@/components/sections/team/TeamCardOne";
+import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
-import { Building2, Users, Phone } from "lucide-react";
+import { Building2, TrendingUp, Phone, Home, DollarSign, Users, Award } from "lucide-react";
export default function AboutPage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "Properties", id: "properties" },
- { name: "About", id: "about" },
- { name: "Team", id: "team" },
- { name: "Contact", id: "contact" },
+ { name: "Home", id: "/" },
+ { name: "Properties", id: "/properties" },
+ { name: "About", id: "/about" },
+ { name: "Team", id: "/team" },
+ { name: "Contact", id: "/contact" },
];
const navButton = {
- text: "Schedule Tour",
- href: "/contact",
- };
+ text: "Schedule Tour", href: "/contact"};
return (
-
-
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 86c853e..5923b25 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -3,24 +3,21 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
-import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
-import { Sparkles, Phone } from "lucide-react";
+import { Phone, Mail, MapPin } from "lucide-react";
export default function ContactPage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "Properties", id: "properties" },
- { name: "About", id: "about" },
- { name: "Team", id: "team" },
- { name: "Contact", id: "contact" },
+ { name: "Home", id: "/" },
+ { name: "Properties", id: "/properties" },
+ { name: "About", id: "/about" },
+ { name: "Team", id: "/team" },
+ { name: "Contact", id: "/contact" },
];
const navButton = {
- text: "Schedule Tour",
- href: "/contact",
- };
+ text: "Schedule Tour", href: "/contact"};
return (
-
-
-
-
-
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 94aacce..8733431 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -6,40 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const manrope = Manrope({
- variable: "--font-manrope",
- subsets: ["latin"],
+ variable: "--font-manrope", subsets: ["latin"],
});
const dmSans = DM_Sans({
- variable: "--font-dm-sans",
- subsets: ["latin"],
+ variable: "--font-dm-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Luxury Real Estate | Exclusive Properties & Premium Service",
- description: "Discover exceptional luxury properties with Luxe Properties. Expert real estate agents specializing in premium residential and commercial listings in prime locations.",
- keywords: "luxury real estate, high-end properties, exclusive listings, premium homes, real estate agent",
- metadataBase: new URL("https://luxeproperties.com"),
+ title: "DreamIntoRealty | Commercial, Industrial & Residential Real Estate in Greater Noida & Jewar", description: "DreamIntoRealty specializes in commercial, industrial, and residential real estate solutions in Greater Noida and Jewar. Expert guidance from Mukul and Kunal for premium property investments.", keywords: "real estate Greater Noida, commercial property, industrial real estate, residential property, Jewar real estate, property investment, land sale", metadataBase: new URL("https://dreamintorealty.com"),
alternates: {
- canonical: "https://luxeproperties.com",
- },
+ canonical: "https://dreamintorealty.com"},
openGraph: {
- title: "Luxury Real Estate | Exclusive Properties",
- description: "Discover exceptional luxury properties with expert real estate services",
- type: "website",
- siteName: "Luxe Properties",
- images: [
+ title: "DreamIntoRealty | Real Estate Solutions in Greater Noida & Jewar", description: "Commercial, industrial, and residential real estate expertise in Greater Noida and Jewar. Premium property investment opportunities.", type: "website", siteName: "DreamIntoRealty", images: [
{
- url: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg",
- alt: "Luxury real estate properties",
- },
+ url: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", alt: "Real estate properties in Greater Noida and Jewar"},
],
},
twitter: {
- card: "summary_large_image",
- title: "Luxury Real Estate | Exclusive Properties",
- description: "Discover exceptional luxury properties with expert real estate services",
- images: ["http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg"],
+ card: "summary_large_image", title: "DreamIntoRealty | Real Estate in Greater Noida & Jewar", description: "Commercial, industrial, and residential real estate solutions with expert guidance.", images: ["http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg"],
},
robots: {
index: true,
@@ -1429,4 +1414,4 @@ export default function RootLayout({