Merge version_3 into main #6
@@ -1401,4 +1401,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
436
src/app/page.tsx
436
src/app/page.tsx
@@ -1,414 +1,32 @@
|
||||
"use client";
|
||||
import type { Metadata } from "next";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import {
|
||||
Crown,
|
||||
Sparkles,
|
||||
Diamond,
|
||||
TrendingUp,
|
||||
Star,
|
||||
Users,
|
||||
HelpCircle,
|
||||
Mail,
|
||||
Facebook,
|
||||
Instagram,
|
||||
Linkedin,
|
||||
Twitter,
|
||||
Globe,
|
||||
Phone,
|
||||
} from "lucide-react";
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxe Properties - Luxury Real Estate", description: "Discover exceptional luxury properties, exclusive real estate solutions, and premium investment opportunities."
|
||||
};
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Properties", id: "/properties" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Schedule Viewing", href: "#contact"};
|
||||
|
||||
export default function HomePage() {
|
||||
export default function Home() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Luxe Properties"
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
<main className="w-full">
|
||||
<div id="hero" data-section="hero" className="w-full bg-gradient-to-br from-slate-900 via-slate-800 to-slate-900 text-white py-20 md:py-32 lg:py-40">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="text-center space-y-6 md:space-y-8">
|
||||
<h1 className="text-4xl md:text-5xl lg:text-6xl font-bold tracking-tight leading-tight">
|
||||
Discover Exceptional Luxury Properties
|
||||
</h1>
|
||||
<p className="text-xl md:text-2xl text-slate-300 max-w-3xl mx-auto leading-relaxed">
|
||||
Access exclusive real estate solutions and premium investment opportunities curated for discerning buyers and investors worldwide.
|
||||
</p>
|
||||
<div className="pt-4 md:pt-8">
|
||||
<a
|
||||
href="#properties"
|
||||
className="inline-block bg-amber-500 hover:bg-amber-600 text-slate-900 font-semibold px-8 py-3 md:px-10 md:py-4 rounded-lg transition-colors duration-200"
|
||||
>
|
||||
Explore Properties
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="Discover Exceptional Luxury Properties"
|
||||
description="Experience the finest collection of exclusive residential and commercial properties. Each curated listing represents the pinnacle of architectural excellence and investment potential."
|
||||
tag="Premium Real Estate"
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"
|
||||
imageAlt="Luxury mansion with panoramic views"
|
||||
buttons={[
|
||||
{ text: "Explore Properties", href: "/properties" },
|
||||
{ text: "Schedule Tour", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="relative z-10"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="properties" data-section="properties">
|
||||
<ProductCardFour
|
||||
title="Featured Luxury Properties"
|
||||
description="Handpicked exclusive properties featuring premium locations, architectural distinction, and exceptional value appreciation potential."
|
||||
tag="Portfolio Highlights"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Waterfront Palace Estate", price: "$8,500,000", variant: "5BR • 6BA • Waterfront", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/table-chair-with-outdoor-balcony_1203-3384.jpg", imageAlt: "Elegant waterfront estate with infinity pool", isFavorited: false,
|
||||
onFavorite: () => console.log("favorited"),
|
||||
onProductClick: () => console.log("clicked"),
|
||||
},
|
||||
{
|
||||
id: "2", name: "Contemporary Penthouse Tower", price: "$5,200,000", variant: "4BR • 4BA • Downtown", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Modern luxury penthouse with city views", isFavorited: false,
|
||||
onFavorite: () => console.log("favorited"),
|
||||
onProductClick: () => console.log("clicked"),
|
||||
},
|
||||
{
|
||||
id: "3", name: "Historic Manor House", price: "$6,800,000", variant: "7BR • 8BA • Countryside", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-brown-concrete-building_250224-311.jpg", imageAlt: "Prestigious historic estate with grounds", isFavorited: false,
|
||||
onFavorite: () => console.log("favorited"),
|
||||
onProductClick: () => console.log("clicked"),
|
||||
},
|
||||
{
|
||||
id: "4", name: "Private Mountain Retreat", price: "$4,950,000", variant: "6BR • 5BA • Resort Area", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/beautiful-winter-landscape-background_23-2147983293.jpg", imageAlt: "Luxury mountain home with snow peaks", isFavorited: false,
|
||||
onFavorite: () => console.log("favorited"),
|
||||
onProductClick: () => console.log("clicked"),
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Three decades of" },
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/golden-sale-label-collection_23-2147701427.jpg", alt: "Luxe Properties seal"},
|
||||
{ type: "text", content: "excellence in luxury real estate" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "/properties" },
|
||||
{ text: "Meet Our Team", href: "#team" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
title="Our Premium Services"
|
||||
description="Comprehensive real estate solutions tailored to discerning clients seeking extraordinary properties and unparalleled service excellence."
|
||||
tag="Concierge Services"
|
||||
tagIcon={Diamond}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Exclusive Property Access", description:
|
||||
"First access to off-market luxury properties before public listing through our exclusive network of international sellers.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571925.jpg", imageAlt: "Private property consultation"},
|
||||
{
|
||||
title: "Personal Investment Advisory", description:
|
||||
"Expert market analysis and investment strategy consultation to maximize your real estate portfolio value and growth potential.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-male-inspector-with-notepad-meeting-discussing-papers-with-young-entrepreneurs_74855-10388.jpg", imageAlt: "Investment portfolio review"},
|
||||
{
|
||||
title: "White-Glove Concierge", description:
|
||||
"Dedicated concierge service handling every detail from property showcasing to closing, ensuring seamless luxury transactions.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/overhead-view-human-hand-putting-signature-official-paper-office_23-2148182971.jpg", imageAlt: "Luxury concierge service"},
|
||||
{
|
||||
title: "International Relocation", description:
|
||||
"Global expertise assisting high-net-worth individuals with seamless international property acquisition and relocation services.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg", imageAlt: "Global real estate network"},
|
||||
{
|
||||
title: "Property Management Elite", description:
|
||||
"Premium property management services including maintenance, staffing, and security for your luxury investment properties.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-architect-engineer-supervising-construction_23-2148233723.jpg", imageAlt: "Property management overview"},
|
||||
{
|
||||
title: "Estate Planning Consultation", description:
|
||||
"Comprehensive advisory on wealth preservation, inheritance planning, and multi-generational property strategy.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-people-holding-toy-house-together_23-2147764167.jpg", imageAlt: "Estate planning consultation"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTen
|
||||
title="Market Excellence"
|
||||
description="Proven track record of exceptional results in luxury real estate transactions and client satisfaction."
|
||||
tag="Industry Leading"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "Properties Sold", subtitle: "Premium Transactions Completed", category: "Portfolio", value: "847"},
|
||||
{
|
||||
id: "2", title: "Client Satisfaction", subtitle: "Average Rating & Reviews", category: "Excellence", value: "4.9/5"},
|
||||
{
|
||||
id: "3", title: "Market Value", subtitle: "Total Properties Under Management", category: "Assets", value: "$2.3B"},
|
||||
{
|
||||
id: "4", title: "Expert Team Members", subtitle: "Dedicated Luxury Specialists", category: "Team", value: "125+"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Client Testimonials"
|
||||
description="Hear from distinguished clients who have experienced our premium real estate services and exceptional value delivery."
|
||||
tag="Trusted By Discerning Clients"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Victoria Montgomery, CEO of Westbrook Industries", date: "Date: 15 November 2024", title: "Exceptional service and unmatched expertise", quote:
|
||||
"Luxe Properties demonstrated remarkable professionalism throughout our luxury property acquisition. Their team's attention to detail, market knowledge, and personalized service exceeded all expectations. We found our dream estate and closed seamlessly within our timeline.", tag: "Premium Services", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg", imageAlt: "Luxury property showcase evening"},
|
||||
{
|
||||
id: "2", name: "James Richardson, Investment Portfolio Manager", date: "Date: 8 October 2024", title: "Outstanding market insight and returns", quote:
|
||||
"I've worked with multiple real estate firms globally. Luxe Properties stands apart with their analytical approach to investment properties and consistent portfolio appreciation. Their white-glove service is truly unparalleled in the luxury segment.", tag: "Investment Advisory", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/flat-design-home-template_23-2150143700.jpg", imageAlt: "real estate portfolio property collection"},
|
||||
{
|
||||
id: "3", name: "Sophia Laurent, International Business Owner", date: "Date: 22 September 2024", title: "Seamless international relocation", quote:
|
||||
"Moving across continents for business, Luxe Properties made finding and securing our luxury residence effortless. Their global network and local expertise combined perfectly. The concierge service handled every detail impeccably.", tag: "Global Services", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-3996.jpg", imageAlt: "international luxury property modern design"},
|
||||
{
|
||||
id: "4", name: "Marcus Chen, Venture Capitalist", date: "Date: 5 August 2024", title: "Extraordinary transaction experience", quote:
|
||||
"The team navigated complex negotiations with remarkable finesse. Their understanding of luxury market dynamics and commitment to client success is refreshing. I've already recommended Luxe Properties to my network of high-net-worth colleagues.", tag: "Elite Services", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10632.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/completed-application-form-mortgage_23-2147764233.jpg", imageAlt: "real estate contract document transaction"},
|
||||
{
|
||||
id: "5", name: "Alexandra Hartley, Real Estate Investor", date: "Date: 18 July 2024", title: "Expert guidance and premium results", quote:
|
||||
"Luxe Properties exceeded my expectations with their personalized market analysis and strategic property recommendations. Their team's expertise in identifying undervalued luxury assets has significantly enhanced my investment portfolio.", tag: "Portfolio Management", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322065.jpg", imageAlt: "real estate agent showing property"},
|
||||
{
|
||||
id: "6", name: "David Thompson, Entrepreneur", date: "Date: 10 June 2024", title: "Unmatched professional excellence", quote:
|
||||
"From property search to closing, Luxe Properties demonstrated consistent excellence and professionalism. Their concierge team managed every aspect with precision. I couldn't have asked for a better experience acquiring my flagship residence.", tag: "Concierge Excellence", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821329.jpg", imageAlt: "luxury home interior elegant design"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Meet Our Elite Team"
|
||||
description="Experienced luxury real estate specialists dedicated to delivering exceptional service and exceptional results for our discerning clientele."
|
||||
tag="Industry Experts"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Alexandra Sterling", role: "Founder & Chief Executive Officer", description:
|
||||
"30+ years in luxury real estate. Previously led international acquisitions for premier investment firms. Specializes in high-net-worth client relationships and complex transactions.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-corporate-businesswoman_23-2147702113.jpg", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Globe, url: "https://example.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", name: "Christopher Blake", role: "Senior Vice President, Investment Advisory", description:
|
||||
"Former investment banker with 25 years market experience. Expert in property valuation, market analysis, and portfolio strategy. MBA from top-tier institution.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Mail, url: "mailto:christopher@luxeproperties.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", name: "Margaret Harrison", role: "International Properties Manager", description:
|
||||
"Bilingual luxury specialist with 20 years global experience. Extensive network across Europe, Asia, and Americas. Fluent in six languages, expert in international relocation.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149322918.jpg", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Globe, url: "https://example.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4", name: "Jonathan Pierce", role: "Legal & Compliance Counsel", description:
|
||||
"Real estate attorney with 18 years specialization in luxury transactions. Expert in estate planning, international law, and wealth preservation structures.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/experienced-grey-haired-businessman-standing_74855-9871.jpg", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Mail, url: "mailto:jonathan@luxeproperties.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "5", name: "Elena Rodriguez", role: "Senior Sales Consultant", description:
|
||||
"Top-performing luxury agent with 15 years track record. Specializes in contemporary architectural properties and investment portfolios. Client satisfaction rate of 98%.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Phone, url: "tel:+1-555-0123" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "6", name: "Michael Ashford", role: "Concierge Services Director", description:
|
||||
"Luxury hospitality background with 12 years real estate concierge experience. Manages all client services from property viewing to closing coordination. Known for exceptional attention to detail.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/adult-happy-businessman-pointing-camera_23-2148113007.jpg", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Mail, url: "mailto:michael@luxeproperties.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do you source exclusive off-market properties?", content:
|
||||
"Our proprietary network of international connections, decades of industry relationships, and direct relationships with estate owners and trustees provide us exclusive access to premium properties before public listing. We leverage this advantage for our valued clients seeking truly exceptional opportunities."},
|
||||
{
|
||||
id: "2", title: "What is your typical timeline for property acquisition?", content:
|
||||
"While timelines vary based on complexity and market conditions, our streamlined process typically facilitates closings within 30-60 days. For international transactions or properties requiring specialized financing, we may require 60-90 days. We prioritize your timeline and work diligently to accommodate your schedule."},
|
||||
{
|
||||
id: "3", title: "Do you handle international property transactions?", content:
|
||||
"Yes, we have extensive experience facilitating international acquisitions across Europe, Asia, Caribbean, and Americas. Our team navigates complex cross-border regulations, currency considerations, and local market dynamics. We partner with international legal counsel to ensure seamless transactions."},
|
||||
{
|
||||
id: "4", title: "What services are included in your investment advisory?", content:
|
||||
"Our comprehensive advisory includes market analysis, property valuation, growth projection, tax optimization strategies, portfolio diversification recommendations, and wealth preservation planning. We provide ongoing monitoring and strategic recommendations to maximize your real estate investment returns."},
|
||||
{
|
||||
id: "5", title: "How does your concierge service work?", content:
|
||||
"Our white-glove concierge handles all aspects of your transaction and property experience including scheduling, viewings, inspections, negotiations, document coordination, financing arrangements, and post-closing services. A dedicated team member serves as your single point of contact throughout the entire process."},
|
||||
{
|
||||
id: "6", title:
|
||||
"What qualifications and experience does your team possess?", content:
|
||||
"Our team comprises industry veterans with 15-30+ years in luxury real estate, investment banking, legal specialization, and hospitality. All agents hold advanced certifications in luxury transactions. Our collective expertise ensures sophisticated, discreet, and highly professional service for every client engagement."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers to common inquiries about our luxury real estate services, processes, and expertise."
|
||||
tag="Client Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
title="Schedule Your Private Consultation"
|
||||
description="Connect with our luxury real estate specialists for personalized property guidance, investment strategy, or to arrange exclusive viewings of our premium portfolio."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc={
|
||||
"http://img.b2bpic.net/free-photo/full-shot-woman-leading-meeting-indoors_23-2148868425.jpg"
|
||||
}
|
||||
imageAlt="Luxe Properties consultation office"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Request Consultation"
|
||||
termsText="We respect your privacy. Your information is secure and will only be used to contact you regarding your real estate inquiry."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Luxe Properties"
|
||||
columns={[
|
||||
{
|
||||
title: "Properties", items: [
|
||||
{ label: "Residential", href: "#properties" },
|
||||
{ label: "Commercial", href: "#properties" },
|
||||
{ label: "International", href: "#properties" },
|
||||
{ label: "Investment", href: "#properties" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Property Search", href: "#features" },
|
||||
{ label: "Investment Advisory", href: "#features" },
|
||||
{ label: "Concierge", href: "#features" },
|
||||
{ label: "Management", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#metrics" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Luxe Properties. All rights reserved. Premium Real Estate Excellence."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user