Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-02 19:35:00 +00:00
5 changed files with 74 additions and 242 deletions

View File

@@ -18,9 +18,7 @@ const navItems = [
];
const navButton = {
text: "Schedule Viewing",
href: "/contact",
};
text: "Schedule Viewing", href: "/contact"};
export default function AboutPage() {
return (
@@ -62,42 +60,22 @@ export default function AboutPage() {
description="Seasoned professionals dedicated to delivering exceptional results and unmatched client experiences in luxury real estate."
tag="Leadership"
tagIcon={Users}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
members={[
{
id: "1",
name: "Alexandra Sterling",
role: "Senior Broker",
imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg",
imageAlt: "Alexandra Sterling",
},
id: "1", name: "Alexandra Sterling", role: "Senior Broker", imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg", imageAlt: "Alexandra Sterling"},
{
id: "2",
name: "Marcus Chen",
role: "Investment Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
imageAlt: "Marcus Chen",
},
id: "2", name: "Marcus Chen", role: "Investment Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Marcus Chen"},
{
id: "3",
name: "Victoria Ashford",
role: "International Consultant",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg",
imageAlt: "Victoria Ashford",
},
id: "3", name: "Victoria Ashford", role: "International Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Victoria Ashford"},
{
id: "4",
name: "James Montgomery",
role: "Portfolio Manager",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
imageAlt: "James Montgomery",
},
id: "4", name: "James Montgomery", role: "Portfolio Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "James Montgomery"},
]}
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="scale-rotate"
useInvertedBackground={false}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -105,14 +83,14 @@ export default function AboutPage() {
<ContactCTA
tag="Connect With Us"
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Discover How Luxe Estates Can Serve You"
description="Whether you're looking to buy, sell, or invest in luxury real estate, our expert team is ready to assist. Reach out today to learn more about our services and how we can help achieve your real estate goals."
buttons={[
{ text: "Contact Our Team", href: "/contact" },
{ text: "View Properties", href: "/properties" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
@@ -122,8 +100,7 @@ export default function AboutPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -132,8 +109,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Buy Properties", href: "/properties" },
{ label: "Sell Properties", href: "/contact" },
{ label: "Investment Advice", href: "/contact" },
@@ -141,8 +117,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Careers", href: "/contact" },
@@ -150,8 +125,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },

View File

@@ -16,9 +16,7 @@ const navItems = [
];
const navButton = {
text: "Schedule Viewing",
href: "/contact",
};
text: "Schedule Viewing", href: "/contact"};
export default function ContactPage() {
return (
@@ -46,14 +44,14 @@ export default function ContactPage() {
<ContactCTA
tag="Get in Touch"
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Ready to Begin Your Luxury Real Estate Journey?"
description="Contact Luxe Estates today to schedule a consultation with one of our expert brokers. We're here to answer your questions, provide market insights, and help you find the perfect luxury property."
buttons={[
{ text: "Schedule Consultation", href: "#" },
{ text: "Call Us Now", href: "#" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
@@ -91,8 +89,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -101,8 +98,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Buy Properties", href: "/properties" },
{ label: "Sell Properties", href: "/contact" },
{ label: "Investment Advice", href: "/contact" },
@@ -110,8 +106,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Careers", href: "/contact" },
@@ -119,8 +114,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },

View File

@@ -5,35 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const nunito = Nunito({
variable: "--font-nunito",
subsets: ["latin"],
variable: "--font-nunito", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Luxe Estates | Luxury Real Estate & Premium Properties",
description: "Discover exceptional luxury homes with Luxe Estates. Expert brokers specializing in premium properties, exclusive listings, and personalized real estate services.",
keywords: "luxury real estate, premium properties, luxury homes, real estate broker, exclusive listings, high-end properties",
robots: {
title: "Luxe Estates | Luxury Real Estate & Premium Properties", description: "Discover exceptional luxury homes with Luxe Estates. Expert brokers specializing in premium properties, exclusive listings, and personalized real estate services.", keywords: "luxury real estate, premium properties, luxury homes, real estate broker, exclusive listings, high-end properties", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Luxe Estates | Luxury Real Estate",
description: "Discover exceptional luxury homes and premium properties with expert real estate specialists.",
siteName: "Luxe Estates",
type: "website",
images: [
title: "Luxe Estates | Luxury Real Estate", description: "Discover exceptional luxury homes and premium properties with expert real estate specialists.", siteName: "Luxe Estates", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg",
alt: "Luxury Estate Properties",
},
url: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg", alt: "Luxury Estate Properties"},
],
},
twitter: {
card: "summary_large_image",
title: "Luxe Estates | Luxury Real Estate",
description: "Discover exceptional luxury homes and premium properties with expert real estate specialists.",
images: ["http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg"],
card: "summary_large_image", title: "Luxe Estates | Luxury Real Estate", description: "Discover exceptional luxury homes and premium properties with expert real estate specialists.", images: ["http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg"],
},
};

View File

@@ -9,20 +9,18 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Crown, CheckCircle, Home, DollarSign, Users, Award, Phone, MessageCircle } from "lucide-react";
import { Crown, CheckCircle, Home, DollarSign, Users, Award, Phone, MessageCircle, TrendingUp } from "lucide-react";
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 Viewing",
href: "/contact",
};
text: "Schedule Viewing", href: "/contact"};
export default function HomePage() {
return (
@@ -52,34 +50,24 @@ export default function HomePage() {
description="Explore our curated collection of prestigious properties in the most coveted locations. Your dream home awaits."
tag="Luxury Portfolio"
tagIcon={Crown}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Explore Properties", href: "/properties" },
{ text: "Schedule Tour", href: "/contact" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg",
imageAlt: "Modern luxury mansion with panoramic views",
},
imageSrc: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg", imageAlt: "Modern luxury mansion with panoramic views"},
{
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1",
imageAlt: "Contemporary waterfront penthouse",
},
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Contemporary waterfront penthouse"},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg",
imageAlt: "Mediterranean villa with infinity pool",
},
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Mediterranean villa with infinity pool"},
{
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1",
imageAlt: "Exclusive penthouse with city skyline",
},
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Exclusive penthouse with city skyline"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-streets-switzerland_8353-9666.jpg",
imageAlt: "Private estate with landscaped grounds",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-streets-switzerland_8353-9666.jpg", imageAlt: "Private estate with landscaped grounds"},
]}
mediaAnimation="slide-up"
/>
@@ -91,42 +79,22 @@ export default function HomePage() {
description="Our comprehensive services ensure a seamless luxury property experience from discovery to closing."
tag="Our Services"
tagIcon={CheckCircle}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
features={[
{
id: "01",
title: "Expert Market Knowledge",
description: "Deep insights into luxury market trends, property valuations, and exclusive investment opportunities across prime locations.",
imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-template-with-photo_23-2148234010.jpg",
imageAlt: "Market analysis dashboard",
},
id: "01", title: "Expert Market Knowledge", description: "Deep insights into luxury market trends, property valuations, and exclusive investment opportunities across prime locations.", imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-template-with-photo_23-2148234010.jpg", imageAlt: "Market analysis dashboard"},
{
id: "02",
title: "Personalized Service",
description: "Dedicated concierge support tailored to your specific needs, preferences, and lifestyle requirements throughout the transaction.",
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg",
imageAlt: "Professional consultation",
},
id: "02", title: "Personalized Service", description: "Dedicated concierge support tailored to your specific needs, preferences, and lifestyle requirements throughout the transaction.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", imageAlt: "Professional consultation"},
{
id: "03",
title: "Exclusive Access",
description: "Access to off-market listings and private opportunities unavailable to the general public. Network of elite property owners.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg",
imageAlt: "Exclusive property listing",
},
id: "03", title: "Exclusive Access", description: "Access to off-market listings and private opportunities unavailable to the general public. Network of elite property owners.", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Exclusive property listing"},
{
id: "04",
title: "Seamless Transactions",
description: "Streamlined closing process with expert legal coordination, financing guidance, and comprehensive transaction management.",
imageSrc: "http://img.b2bpic.net/free-photo/business-agreement-handshake-coffee-shop_53876-16007.jpg",
imageAlt: "Transaction completion",
},
id: "04", title: "Seamless Transactions", description: "Streamlined closing process with expert legal coordination, financing guidance, and comprehensive transaction management.", imageSrc: "http://img.b2bpic.net/free-photo/business-agreement-handshake-coffee-shop_53876-16007.jpg", imageAlt: "Transaction completion"},
]}
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={true}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -136,7 +104,7 @@ export default function HomePage() {
description="Two decades of excellence reflected in exceptional results and unmatched client satisfaction."
tag="Success Stories"
tagIcon={TrendingUp}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
metrics={[
{ id: "1", icon: Home, title: "Properties Sold", value: "500+" },
{ id: "2", icon: DollarSign, title: "Total Volume", value: "$2.1B" },
@@ -146,7 +114,7 @@ export default function HomePage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -156,84 +124,24 @@ export default function HomePage() {
description="Hear from our distinguished clients about their experiences with Luxe Estates."
tag="Client Stories"
tagIcon={MessageCircle}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Charles & Margaret Delacroix",
date: "Date: 12 November 2024",
title: "Exceptional service from start to finish",
quote: "Luxe Estates found us the perfect oceanfront villa within weeks. Their attention to detail and market expertise made the entire process seamless. We couldn't be happier with our purchase and the entire team.",
tag: "Oceanfront Collection",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "Charles & Margaret",
imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=1",
imageAlt: "Oceanfront villa property",
},
id: "1", name: "Charles & Margaret Delacroix", date: "Date: 12 November 2024", title: "Exceptional service from start to finish", quote: "Luxe Estates found us the perfect oceanfront villa within weeks. Their attention to detail and market expertise made the entire process seamless. We couldn't be happier with our purchase and the entire team.", tag: "Oceanfront Collection", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Charles & Margaret", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Oceanfront villa property"},
{
id: "2",
name: "Jennifer Park, Tech Entrepreneur",
date: "Date: 08 October 2024",
title: "Professional excellence and personal touch",
quote: "The team understood my vision for a downtown penthouse perfectly. Their negotiation skills and discretion throughout the transaction were outstanding. I've already recommended them to several colleagues.",
tag: "Downtown Properties",
avatarSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg",
avatarAlt: "Jennifer Park",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2",
imageAlt: "Downtown penthouse property",
},
id: "2", name: "Jennifer Park, Tech Entrepreneur", date: "Date: 08 October 2024", title: "Professional excellence and personal touch", quote: "The team understood my vision for a downtown penthouse perfectly. Their negotiation skills and discretion throughout the transaction were outstanding. I've already recommended them to several colleagues.", tag: "Downtown Properties", avatarSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", avatarAlt: "Jennifer Park", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Downtown penthouse property"},
{
id: "3",
name: "Michael & Susan Hamilton",
date: "Date: 15 September 2024",
title: "Exceeded all expectations",
quote: "We were looking for a mountain estate with specific criteria, and they delivered beyond our expectations. The personalized service and exclusive access to off-market properties made all the difference in our decision.",
tag: "Mountain Estates",
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg",
avatarAlt: "Michael & Susan",
imageSrc: "http://img.b2bpic.net/free-photo/white-orange-house-beside-forest-body-water_198169-40.jpg",
imageAlt: "Mountain estate property",
},
id: "3", name: "Michael & Susan Hamilton", date: "Date: 15 September 2024", title: "Exceeded all expectations", quote: "We were looking for a mountain estate with specific criteria, and they delivered beyond our expectations. The personalized service and exclusive access to off-market properties made all the difference in our decision.", tag: "Mountain Estates", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg", avatarAlt: "Michael & Susan", imageSrc: "http://img.b2bpic.net/free-photo/white-orange-house-beside-forest-body-water_198169-40.jpg", imageAlt: "Mountain estate property"},
{
id: "4",
name: "David Chen, Investment Portfolio Manager",
date: "Date: 22 August 2024",
title: "Outstanding investment insights",
quote: "As a seasoned investor, I appreciate Luxe Estates' deep market knowledge and strategic approach. They've helped me build a diverse luxury property portfolio with remarkable returns. Their team is truly world-class.",
tag: "Investment Portfolio",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "David Chen",
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=1",
imageAlt: "Investment property showcase",
},
id: "4", name: "David Chen, Investment Portfolio Manager", date: "Date: 22 August 2024", title: "Outstanding investment insights", quote: "As a seasoned investor, I appreciate Luxe Estates' deep market knowledge and strategic approach. They've helped me build a diverse luxury property portfolio with remarkable returns. Their team is truly world-class.", tag: "Investment Portfolio", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg", imageAlt: "Investment property showcase"},
{
id: "5",
name: "Alexandra Fontaine, Interior Designer",
date: "Date: 18 July 2024",
title: "Perfect matches for discerning clients",
quote: "I refer many of my high-net-worth clients to Luxe Estates. Their understanding of design aesthetics and property potential is unmatched. Every recommendation they make is thoughtful and perfectly aligned with my clients' aspirations.",
tag: "Design Consultations",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg",
avatarAlt: "Alexandra Fontaine",
imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg",
imageAlt: "Designed luxury property",
},
id: "5", name: "Alexandra Fontaine, Interior Designer", date: "Date: 18 July 2024", title: "Perfect matches for discerning clients", quote: "I refer many of my high-net-worth clients to Luxe Estates. Their understanding of design aesthetics and property potential is unmatched. Every recommendation they make is thoughtful and perfectly aligned with my clients' aspirations.", tag: "Design Consultations", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", avatarAlt: "Alexandra Fontaine", imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", imageAlt: "Designed luxury property"},
{
id: "6",
name: "Richard Morrison, CEO",
date: "Date: 05 June 2024",
title: "The gold standard in luxury real estate",
quote: "Luxe Estates is the only brokerage I trust with my real estate needs. Their reputation is well-deserved. The combination of expertise, discretion, and exceptional service is truly unparalleled in the industry.",
tag: "Executive Portfolio",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "Richard Morrison",
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=2",
imageAlt: "Executive property showcase",
},
id: "6", name: "Richard Morrison, CEO", date: "Date: 05 June 2024", title: "The gold standard in luxury real estate", quote: "Luxe Estates is the only brokerage I trust with my real estate needs. Their reputation is well-deserved. The combination of expertise, discretion, and exceptional service is truly unparalleled in the industry.", tag: "Executive Portfolio", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Richard Morrison", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg", imageAlt: "Executive property showcase"},
]}
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -241,14 +149,14 @@ export default function HomePage() {
<ContactCTA
tag="Get Started"
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Ready to Find Your Dream Home?"
description="Connect with our luxury real estate specialists today. Whether you're buying, selling, or investing, we're here to guide you through every step of your journey with personalized service and expertise."
buttons={[
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Browse Listings", href: "/properties" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
@@ -258,8 +166,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -268,8 +175,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Buy Properties", href: "/properties" },
{ label: "Sell Properties", href: "/contact" },
{ label: "Investment Advice", href: "/contact" },
@@ -277,8 +183,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Careers", href: "/contact" },
@@ -286,8 +191,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -301,7 +205,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
// Import TrendingUp icon
import { TrendingUp } from "lucide-react";
}

View File

@@ -17,9 +17,7 @@ const navItems = [
];
const navButton = {
text: "Schedule Viewing",
href: "/contact",
};
text: "Schedule Viewing", href: "/contact"};
export default function PropertiesPage() {
return (
@@ -49,38 +47,20 @@ export default function PropertiesPage() {
description="Hand-selected residences representing the pinnacle of luxury real estate. Each property offers unparalleled elegance and exclusive amenities."
tag="Premium Selection"
tagIcon={Gem}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
products={[
{
id: "1",
name: "Oceanfront Villa Paradise",
price: "$8,500,000",
variant: "6 Beds • 8 Baths • Beachfront",
imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=2",
imageAlt: "Oceanfront villa with infinity pool",
},
id: "1", name: "Oceanfront Villa Paradise", price: "$8,500,000", variant: "6 Beds • 8 Baths • Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Oceanfront villa with infinity pool"},
{
id: "2",
name: "Downtown Penthouse Elite",
price: "$5,200,000",
variant: "4 Beds • 5 Baths • Downtown",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2",
imageAlt: "Contemporary penthouse in downtown",
},
id: "2", name: "Downtown Penthouse Elite", price: "$5,200,000", variant: "4 Beds • 5 Baths • Downtown", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Contemporary penthouse in downtown"},
{
id: "3",
name: "Mountain Estate Retreat",
price: "$6,800,000",
variant: "5 Beds • 7 Baths • Mountain View",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-view-poiana-brasov-romania-touristic-buildings-located-top-mountain-covered-with-lush-forest_1268-24836.jpg",
imageAlt: "Luxurious mountain estate",
},
id: "3", name: "Mountain Estate Retreat", price: "$6,800,000", variant: "5 Beds • 7 Baths • Mountain View", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-view-poiana-brasov-romania-touristic-buildings-located-top-mountain-covered-with-lush-forest_1268-24836.jpg", imageAlt: "Luxurious mountain estate"},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={false}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -88,14 +68,14 @@ export default function PropertiesPage() {
<ContactCTA
tag="Find Your Match"
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Interested in Any of These Properties?"
description="Our expert team is ready to provide more information, arrange private viewings, or discuss investment opportunities. Contact us today to explore your options."
buttons={[
{ text: "Schedule a Viewing", href: "/contact" },
{ text: "Request Information", href: "/contact" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
@@ -105,8 +85,7 @@ export default function PropertiesPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -115,8 +94,7 @@ export default function PropertiesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Buy Properties", href: "/properties" },
{ label: "Sell Properties", href: "/contact" },
{ label: "Investment Advice", href: "/contact" },
@@ -124,8 +102,7 @@ export default function PropertiesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Careers", href: "/contact" },
@@ -133,8 +110,7 @@ export default function PropertiesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },