Merge version_2 into main #2
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-raleway", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxury Real Estate | Premium Properties & Expert Agents",
|
||||
description: "Discover exclusive luxury properties and investment opportunities. LuxeProperties offers personalized real estate services with 20+ years of market expertise.",
|
||||
keywords: "luxury real estate, premium properties, high-end homes, real estate agent, property investment, exclusive listings",
|
||||
metadataBase: new URL("https://luxeproperties.com"),
|
||||
title: "Luxury Real Estate | Premium Properties & Expert Agents", description: "Discover exclusive luxury properties and investment opportunities. LuxeProperties offers personalized real estate services with 20+ years of market expertise.", keywords: "luxury real estate, premium properties, high-end homes, real estate agent, property investment, exclusive listings", metadataBase: new URL("https://luxeproperties.com"),
|
||||
alternates: {
|
||||
canonical: "https://luxeproperties.com",
|
||||
},
|
||||
canonical: "https://luxeproperties.com"},
|
||||
openGraph: {
|
||||
title: "LuxeProperties - Luxury Real Estate Excellence",
|
||||
description: "Explore premium properties and investment opportunities with expert real estate agents.",
|
||||
url: "https://luxeproperties.com",
|
||||
siteName: "LuxeProperties",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "LuxeProperties - Luxury Real Estate Excellence", description: "Explore premium properties and investment opportunities with expert real estate agents.", url: "https://luxeproperties.com", siteName: "LuxeProperties", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg",
|
||||
alt: "Luxury Penthouse",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", alt: "Luxury Penthouse"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "LuxeProperties - Luxury Real Estate",
|
||||
description: "Premium properties and 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: "LuxeProperties - Luxury Real Estate", description: "Premium properties and expert real estate services", images: ["http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1424,4 +1409,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
211
src/app/page.tsx
211
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
title: "Properties", items: [
|
||||
{ label: "Featured Listings", href: "/properties" },
|
||||
{ label: "Search All", href: "/properties" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Schedule Tour", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -51,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -85,9 +81,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Viewing", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,29 +101,19 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1",
|
||||
imageAlt: "Luxury penthouse with panoramic views",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1", imageAlt: "Luxury penthouse with panoramic views"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg",
|
||||
imageAlt: "Modern villa with infinity pool",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg", imageAlt: "Modern villa with infinity pool"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2",
|
||||
imageAlt: "Contemporary apartment with city skyline",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", imageAlt: "Contemporary apartment with city skyline"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/miami-vizcaya-museum-garden-view_649448-4664.jpg",
|
||||
imageAlt: "Grand mansion with manicured gardens",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/miami-vizcaya-museum-garden-view_649448-4664.jpg", imageAlt: "Grand mansion with manicured gardens"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg",
|
||||
imageAlt: "Beachfront luxury resort property",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Beachfront luxury resort property"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,32 +134,14 @@ export default function HomePage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Oceanfront Penthouse",
|
||||
price: "$8,500,000",
|
||||
variant: "5 Bedrooms • 5 Bathrooms • 6,500 sqft",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6669.jpg?_wi=1",
|
||||
imageAlt: "Luxury oceanfront penthouse",
|
||||
},
|
||||
id: "1", name: "Oceanfront Penthouse", price: "$8,500,000", variant: "5 Bedrooms • 5 Bathrooms • 6,500 sqft", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6669.jpg?_wi=1", imageAlt: "Luxury oceanfront penthouse"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Modern Villa",
|
||||
price: "$5,200,000",
|
||||
variant: "4 Bedrooms • 4 Bathrooms • 5,200 sqft",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg?_wi=1",
|
||||
imageAlt: "Contemporary modern villa",
|
||||
},
|
||||
id: "2", name: "Modern Villa", price: "$5,200,000", variant: "4 Bedrooms • 4 Bathrooms • 5,200 sqft", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg?_wi=1", imageAlt: "Contemporary modern villa"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Downtown Loft",
|
||||
price: "$3,800,000",
|
||||
variant: "3 Bedrooms • 3 Bathrooms • 3,500 sqft",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11383.jpg?_wi=1",
|
||||
imageAlt: "Urban luxury loft",
|
||||
},
|
||||
id: "3", name: "Downtown Loft", price: "$3,800,000", variant: "3 Bedrooms • 3 Bathrooms • 3,500 sqft", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11383.jpg?_wi=1", imageAlt: "Urban luxury loft"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,32 +159,17 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Expert Market Knowledge",
|
||||
description:
|
||||
"Deep insights into luxury real estate trends and investment opportunities",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg?_wi=1",
|
||||
imageAlt: "Market analysis dashboard",
|
||||
},
|
||||
id: "01", title: "Expert Market Knowledge", description:
|
||||
"Deep insights into luxury real estate trends and investment opportunities", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg?_wi=1", imageAlt: "Market analysis dashboard"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Personalized Service",
|
||||
description:
|
||||
"Dedicated agents who understand your unique preferences and requirements",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=1",
|
||||
imageAlt: "Personal concierge service",
|
||||
},
|
||||
id: "02", title: "Personalized Service", description:
|
||||
"Dedicated agents who understand your unique preferences and requirements", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=1", imageAlt: "Personal concierge service"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Global Network",
|
||||
description:
|
||||
"Access to international property opportunities and exclusive listings",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=1",
|
||||
imageAlt: "Global property network",
|
||||
},
|
||||
id: "03", title: "Global Network", description:
|
||||
"Access to international property opportunities and exclusive listings", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=1", imageAlt: "Global property network"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -253,95 +204,35 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Richard Thompson, Real Estate Investor",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Exceptional service and unmatched expertise",
|
||||
quote:
|
||||
"LuxeProperties helped me navigate a complex multi-million dollar acquisition with complete confidence. Their attention to detail and market knowledge made all the difference.",
|
||||
tag: "Investment Success",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Richard Thompson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg",
|
||||
imageAlt: "Richard Thompson at property viewing",
|
||||
},
|
||||
id: "1", name: "Richard Thompson, Real Estate Investor", date: "Date: 15 November 2024", title: "Exceptional service and unmatched expertise", quote:
|
||||
"LuxeProperties helped me navigate a complex multi-million dollar acquisition with complete confidence. Their attention to detail and market knowledge made all the difference.", tag: "Investment Success", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Richard Thompson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg", imageAlt: "Richard Thompson at property viewing"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Catherine Laurent, Private Client",
|
||||
date: "Date: 20 October 2024",
|
||||
title: "Found my dream home effortlessly",
|
||||
quote:
|
||||
"The team understood my vision perfectly and curated a selection of properties that exceeded my expectations. The entire process was seamless and enjoyable.",
|
||||
tag: "Residential Purchase",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Catherine Laurent",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1",
|
||||
imageAlt: "Catherine Laurent with new home",
|
||||
},
|
||||
id: "2", name: "Catherine Laurent, Private Client", date: "Date: 20 October 2024", title: "Found my dream home effortlessly", quote:
|
||||
"The team understood my vision perfectly and curated a selection of properties that exceeded my expectations. The entire process was seamless and enjoyable.", tag: "Residential Purchase", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Catherine Laurent", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Catherine Laurent with new home"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David & Susan Chen, Relocation Clients",
|
||||
date: "Date: 8 September 2024",
|
||||
title: "Stress-free international relocation",
|
||||
quote:
|
||||
"Moving from abroad could have been overwhelming, but LuxeProperties handled everything professionally. They made us feel welcomed and supported throughout.",
|
||||
tag: "International Move",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg",
|
||||
avatarAlt: "David Chen",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2",
|
||||
imageAlt: "David and Susan at new home",
|
||||
},
|
||||
id: "3", name: "David & Susan Chen, Relocation Clients", date: "Date: 8 September 2024", title: "Stress-free international relocation", quote:
|
||||
"Moving from abroad could have been overwhelming, but LuxeProperties handled everything professionally. They made us feel welcomed and supported throughout.", tag: "International Move", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", avatarAlt: "David Chen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "David and Susan at new home"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Rothschild, Corporate Client",
|
||||
date: "Date: 12 August 2024",
|
||||
title: "Trusted partner for our real estate portfolio",
|
||||
quote:
|
||||
"We've worked with LuxeProperties on multiple commercial and residential acquisitions. Their professionalism and results speak for themselves.",
|
||||
tag: "Corporate Partnership",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg",
|
||||
avatarAlt: "Michael Rothschild",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg",
|
||||
imageAlt: "Michael Rothschild at commercial property",
|
||||
},
|
||||
id: "4", name: "Michael Rothschild, Corporate Client", date: "Date: 12 August 2024", title: "Trusted partner for our real estate portfolio", quote:
|
||||
"We've worked with LuxeProperties on multiple commercial and residential acquisitions. Their professionalism and results speak for themselves.", tag: "Corporate Partnership", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", avatarAlt: "Michael Rothschild", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg", imageAlt: "Michael Rothschild at commercial property"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Wu, Luxury Developer",
|
||||
date: "Date: 25 July 2024",
|
||||
title: "Outstanding market insights and execution",
|
||||
quote:
|
||||
"LuxeProperties' ability to market and sell high-end properties is unparalleled. They delivered above-market prices for every transaction.",
|
||||
tag: "Development Success",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
avatarAlt: "Jennifer Wu",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/frog-s-eye-view-architectural-twin-buildings-against-clear-blue-sky_181624-59777.jpg",
|
||||
imageAlt: "Jennifer Wu at luxury development",
|
||||
},
|
||||
id: "5", name: "Jennifer Wu, Luxury Developer", date: "Date: 25 July 2024", title: "Outstanding market insights and execution", quote:
|
||||
"LuxeProperties' ability to market and sell high-end properties is unparalleled. They delivered above-market prices for every transaction.", tag: "Development Success", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", avatarAlt: "Jennifer Wu", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/frog-s-eye-view-architectural-twin-buildings-against-clear-blue-sky_181624-59777.jpg", imageAlt: "Jennifer Wu at luxury development"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alexander Ivanov, International Buyer",
|
||||
date: "Date: 10 June 2024",
|
||||
title: "Professional excellence and cultural understanding",
|
||||
quote:
|
||||
"Their international expertise and ability to bridge cultural gaps made my investment in luxury real estate smooth and profitable.",
|
||||
tag: "International Investment",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg",
|
||||
avatarAlt: "Alexander Ivanov",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg",
|
||||
imageAlt: "Alexander Ivanov at investment property",
|
||||
},
|
||||
id: "6", name: "Alexander Ivanov, International Buyer", date: "Date: 10 June 2024", title: "Professional excellence and cultural understanding", quote:
|
||||
"Their international expertise and ability to bridge cultural gaps made my investment in luxury real estate smooth and profitable.", tag: "International Investment", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg", avatarAlt: "Alexander Ivanov", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg", imageAlt: "Alexander Ivanov at investment property"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -354,7 +245,7 @@ export default function HomePage() {
|
||||
title="Ready to Find Your Perfect Property?"
|
||||
description="Our team of luxury real estate experts is ready to assist you. Schedule a consultation today and let us guide you to your ideal investment or residence."
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "Book Free Consultation Today", href: "/contact" },
|
||||
{ text: "View All Listings", href: "/properties" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -372,4 +263,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user