diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 89f2e1e..b090295 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -3,7 +3,6 @@
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 ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
@@ -13,29 +12,25 @@ export default function AboutPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Properties", id: "properties" },
- { name: "About", id: "about" },
+ { name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
];
const navButton = {
- text: "Schedule Viewing",
- href: "/contact",
- };
+ text: "Schedule Viewing", href: "/contact"};
const footerColumns = [
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
- { label: "About Us", href: "/about" },
- { label: "Team", href: "/team" },
+ { label: "Services", href: "/" },
+ { label: "Team", href: "/" },
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Buy Properties", href: "/" },
{ label: "Sell Property", href: "/" },
{ label: "Investment Analysis", href: "/" },
@@ -43,17 +38,15 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
- { label: "About Luxe", href: "/about" },
- { label: "Our Team", href: "/team" },
+ title: "Company", items: [
+ { label: "About Luxe", href: "/" },
+ { label: "Our Team", href: "/" },
{ label: "Careers", href: "/" },
{ label: "News", href: "/" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Disclaimers", href: "/" },
@@ -83,61 +76,16 @@ export default function AboutPage() {
/>
-
-
-
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index b5caa6b..908aaa0 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -3,7 +3,6 @@
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 FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
@@ -13,29 +12,25 @@ export default function ContactPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Properties", id: "properties" },
- { name: "About", id: "about" },
+ { name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
];
const navButton = {
- text: "Schedule Viewing",
- href: "/contact",
- };
+ text: "Schedule Viewing", href: "/contact"};
const footerColumns = [
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
- { label: "About Us", href: "/about" },
- { label: "Team", href: "/team" },
+ { label: "Services", href: "/" },
+ { label: "Team", href: "/" },
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Buy Properties", href: "/" },
{ label: "Sell Property", href: "/" },
{ label: "Investment Analysis", href: "/" },
@@ -43,17 +38,15 @@ export default function ContactPage() {
],
},
{
- title: "Company",
- items: [
- { label: "About Luxe", href: "/about" },
- { label: "Our Team", href: "/team" },
+ title: "Company", items: [
+ { label: "About Luxe", href: "/" },
+ { label: "Our Team", href: "/" },
{ label: "Careers", href: "/" },
{ label: "News", href: "/" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Disclaimers", href: "/" },
@@ -83,22 +76,6 @@ export default function ContactPage() {
/>
-
-
-
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index b317fda..b6d66b9 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -6,31 +6,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
- variable: "--font-dm-sans",
- subsets: ["latin"],
+ variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Luxury Real Estate | Premium Properties | Luxe Agency",
- description: "Discover exceptional luxury properties and exclusive real estate investments with Luxe Properties. Expert agents specializing in high-end residential markets.",
- keywords: "luxury real estate, high-end properties, exclusive listings, premium homes, luxury apartments, real estate investment",
- openGraph: {
- title: "Luxury Real Estate | Premium Properties | Luxe Agency",
- description: "Discover exceptional luxury properties and exclusive real estate investments with Luxe Properties.",
- url: "https://luxeproperties.com",
- siteName: "Luxe Properties",
- type: "website",
- },
+ title: "Luxury Real Estate | Premium Properties | Luxe Agency", description: "Discover exceptional luxury properties and exclusive real estate investments with Luxe Properties. Expert agents specializing in high-end residential markets.", keywords: "luxury real estate, high-end properties, exclusive listings, premium homes, luxury apartments, real estate investment", openGraph: {
+ title: "Luxury Real Estate | Premium Properties | Luxe Agency", description: "Discover exceptional luxury properties and exclusive real estate investments with Luxe Properties.", url: "https://luxeproperties.com", siteName: "Luxe Properties", type: "website"},
twitter: {
- card: "summary_large_image",
- title: "Luxury Real Estate | Premium Properties",
- description: "Discover exceptional luxury properties with Luxe Properties.",
- },
+ card: "summary_large_image", title: "Luxury Real Estate | Premium Properties", description: "Discover exceptional luxury properties with Luxe Properties."},
robots: {
index: true,
follow: true,
@@ -1421,4 +1408,4 @@ export default function RootLayout({