Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-05 19:44:05 +00:00
5 changed files with 103 additions and 324 deletions

View File

@@ -7,7 +7,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import Link from "next/link";
import { Shield, Users, TrendingUp } from 'lucide-react';
import { Shield, Users, TrendingUp, Home, DollarSign, Award } from 'lucide-react';
export default function AboutPage() {
return (
@@ -43,13 +43,13 @@ export default function AboutPage() {
description="With over 20 years of excellence in luxury property sales, we pride ourselves on connecting discerning clients with exceptional residences. Our expertise spans international markets and iconic neighborhoods."
tag="Our Commitment"
tagIcon={Shield}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797732.jpg"
imageAlt="Luxury real estate agency office"
buttons={[
{ text: "Meet Our Team", href: "/team" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -60,35 +60,19 @@ export default function AboutPage() {
description="Meet our award-winning team of experienced professionals dedicated to exceeding expectations in every transaction."
tag="Our Experts"
tagIcon={Users}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
members={[
{
id: "1",
name: "Victoria Sterling",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=1",
imageAlt: "Victoria Sterling"
id: "1", name: "Victoria Sterling", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Victoria Sterling"
},
{
id: "2",
name: "James Whitmore",
role: "Senior Agent",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg?_wi=1",
imageAlt: "James Whitmore"
id: "2", name: "James Whitmore", role: "Senior Agent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg", imageAlt: "James Whitmore"
},
{
id: "3",
name: "Alexandra Chen",
role: "International Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=1",
imageAlt: "Alexandra Chen"
id: "3", name: "Alexandra Chen", role: "International Specialist", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Alexandra Chen"
},
{
id: "4",
name: "Marcus Thompson",
role: "Investment Advisor",
imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg?_wi=1",
imageAlt: "Marcus Thompson"
id: "4", name: "Marcus Thompson", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg", imageAlt: "Marcus Thompson"
}
]}
textboxLayout="default"
@@ -104,13 +88,13 @@ export default function AboutPage() {
description="Two decades of excellence demonstrated through exceptional results and client satisfaction."
tag="By The Numbers"
tagIcon={TrendingUp}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
metrics={[
{ id: "1", icon: "Home", title: "Properties Sold", value: "850+" },
{ id: "2", icon: "Users", title: "Satisfied Clients", value: "1,200+" },
{ id: "3", icon: "DollarSign", title: "Sales Volume", value: "$4.2B" },
{ id: "4", icon: "Award", title: "Industry Awards", value: "35" }
{ id: "1", icon: Home, title: "Properties Sold", value: "850+" },
{ id: "2", icon: Users, title: "Satisfied Clients", value: "1,200+" },
{ id: "3", icon: DollarSign, title: "Sales Volume", value: "$4.2B" },
{ id: "4", icon: Award, title: "Industry Awards", value: "35" }
]}
animationType="slide-up"
useInvertedBackground={false}
@@ -121,8 +105,7 @@ export default function AboutPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -131,8 +114,7 @@ export default function AboutPage() {
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Property Search", href: "/properties" },
{ label: "Investment Advisory", href: "/about" },
{ label: "Portfolio Management", href: "/contact" },
@@ -140,8 +122,7 @@ export default function AboutPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Email", href: "mailto:info@luxeproperties.com" },
{ label: "Phone", href: "tel:+1-800-LUXURY-1" },
@@ -149,8 +130,7 @@ export default function AboutPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimers", href: "#" },

View File

@@ -41,14 +41,14 @@ export default function ContactPage() {
<ContactCTA
tag="Get in Touch"
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Schedule Your Private Consultation"
description="Let us assist you in finding the perfect luxury property or building your prestigious portfolio. Our team is ready to provide personalized guidance for your real estate objectives."
buttons={[
{ text: "Contact Our Team", href: "mailto:info@luxeproperties.com" },
{ text: "Browse Properties", href: "/properties" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
@@ -60,33 +60,21 @@ export default function ContactPage() {
description="Discover the benefits of working with our team of dedicated luxury real estate professionals."
tag="Benefits"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Learn More", href: "/about" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
textboxLayout="default"
features={[
{
id: "01",
title: "20+ Years Experience",
description: "Over two decades of excellence in luxury real estate sales and client satisfaction.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=2",
imageAlt: "Experience in luxury real estate"
id: "01", title: "20+ Years Experience", description: "Over two decades of excellence in luxury real estate sales and client satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Experience in luxury real estate"
},
{
id: "02",
title: "Global Network",
description: "International connections enabling access to exclusive off-market opportunities worldwide.",
imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=3",
imageAlt: "Global network"
id: "02", title: "Global Network", description: "International connections enabling access to exclusive off-market opportunities worldwide.", imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", imageAlt: "Global network"
},
{
id: "03",
title: "White-Glove Service",
description: "Dedicated concierge support managing every aspect of your property transaction.",
imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=2",
imageAlt: "Premium service"
id: "03", title: "White-Glove Service", description: "Dedicated concierge support managing every aspect of your property transaction.", imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg", imageAlt: "Premium service"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -101,41 +89,17 @@ export default function ContactPage() {
description="Hear directly from satisfied clients about their experience with Luxe Properties."
tag="Client Stories"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
testimonials={[
{
id: "1",
name: "Margaret Rothschild, Entrepreneur",
date: "Date: 15 November 2024",
title: "An Exceptional Experience",
quote: "The team at Luxe Properties understood my vision perfectly. They found me the ideal penthouse within my demanding timeline. Their professionalism and discretion were impeccable.",
tag: "Premium Service",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2",
imageAlt: "Penthouse listing"
id: "1", name: "Margaret Rothschild, Entrepreneur", date: "Date: 15 November 2024", title: "An Exceptional Experience", quote: "The team at Luxe Properties understood my vision perfectly. They found me the ideal penthouse within my demanding timeline. Their professionalism and discretion were impeccable.", tag: "Premium Service", avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Penthouse listing"
},
{
id: "2",
name: "David Chen, Tech Executive",
date: "Date: 08 October 2024",
title: "World-Class Service",
quote: "I needed a property in multiple countries. Luxe Properties leveraged their international network seamlessly. The investment guidance alone was worth far more than their commission.",
tag: "International Expertise",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-hotel-resort_74190-7433.jpg?_wi=2",
imageAlt: "Global luxury property"
id: "2", name: "David Chen, Tech Executive", date: "Date: 08 October 2024", title: "World-Class Service", quote: "I needed a property in multiple countries. Luxe Properties leveraged their international network seamlessly. The investment guidance alone was worth far more than their commission.", tag: "International Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-hotel-resort_74190-7433.jpg", imageAlt: "Global luxury property"
},
{
id: "3",
name: "Patricia Vanderbilt, Collector",
date: "Date: 22 September 2024",
title: "Unmatched Knowledge",
quote: "Their market analysis was incredibly thorough. They helped me build a diversified luxury real estate portfolio across three continents. Highly recommended.",
tag: "Investment Strategy",
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-instagram-posts_23-2150673419.jpg?_wi=2",
imageAlt: "Estate portfolio"
id: "3", name: "Patricia Vanderbilt, Collector", date: "Date: 22 September 2024", title: "Unmatched Knowledge", quote: "Their market analysis was incredibly thorough. They helped me build a diversified luxury real estate portfolio across three continents. Highly recommended.", tag: "Investment Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-instagram-posts_23-2150673419.jpg", imageAlt: "Estate portfolio"
}
]}
useInvertedBackground={true}
@@ -146,8 +110,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -156,8 +119,7 @@ export default function ContactPage() {
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Property Search", href: "/properties" },
{ label: "Investment Advisory", href: "/about" },
{ label: "Portfolio Management", href: "/contact" },
@@ -165,8 +127,7 @@ export default function ContactPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Email", href: "mailto:info@luxeproperties.com" },
{ label: "Phone", href: "tel:+1-800-LUXURY-1" },
@@ -174,8 +135,7 @@ export default function ContactPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimers", href: "#" },

View File

@@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import Link from "next/link";
import { Crown, Diamond, Sparkles, TrendingUp, Heart, Mail } from 'lucide-react';
import { Crown, Diamond, Sparkles, TrendingUp, Heart, Mail, Home, Users, DollarSign, Award } from 'lucide-react';
export default function HomePage() {
return (
@@ -46,21 +46,21 @@ export default function HomePage() {
description="Discover curated properties in the world's most prestigious locations. From architectural masterpieces to trophy estates, find your sanctuary."
tag="Premium Portfolio"
tagIcon={Crown}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Explore Properties", href: "/properties" },
{ text: "Schedule Consultation", href: "/contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg?_wi=1", imageAlt: "Modern luxury mansion with pool" },
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=1", imageAlt: "Beachfront contemporary villa" },
{ imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", imageAlt: "Modern luxury mansion with pool" },
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", imageAlt: "Beachfront contemporary villa" },
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Penthouse with city views" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ancient-colonnade-surrounded-by-green-garden-city-center-architectural-harmony-nature_169016-69859.jpg?_wi=1", imageAlt: "Historic mansion with gardens" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ancient-colonnade-surrounded-by-green-garden-city-center-architectural-harmony-nature_169016-69859.jpg", imageAlt: "Historic mansion with gardens" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-morning-luxury-woman-man-before-wedding-hotel-near-pool_624325-4204.jpg", imageAlt: "Mediterranean estate" }
]}
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -71,36 +71,21 @@ export default function HomePage() {
description="Handpicked exceptional properties representing the pinnacle of luxury real estate. Each residence selected for its distinctive character and investment value."
tag="Curated Selection"
tagIcon={Diamond}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "View Full Catalog", href: "/properties" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
textboxLayout="default"
products={[
{
id: "1",
name: "Oceanfront Masterpiece",
price: "$8,500,000",
variant: "Malibu, California",
imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=1",
imageAlt: "Beachfront luxury home"
id: "1", name: "Oceanfront Masterpiece", price: "$8,500,000", variant: "Malibu, California", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Beachfront luxury home"
},
{
id: "2",
name: "Manhattan Penthouse",
price: "$12,000,000",
variant: "Upper East Side, NY",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg?_wi=1",
imageAlt: "Penthouse with skyline views"
id: "2", name: "Manhattan Penthouse", price: "$12,000,000", variant: "Upper East Side, NY", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg", imageAlt: "Penthouse with skyline views"
},
{
id: "3",
name: "Miami Modern Sanctuary",
price: "$6,750,000",
variant: "Brickell, Miami",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-resort-palm-trees-summer-time_116348-4.jpg?_wi=1",
imageAlt: "Contemporary Miami residence"
id: "3", name: "Miami Modern Sanctuary", price: "$6,750,000", variant: "Brickell, Miami", imageSrc: "http://img.b2bpic.net/free-photo/hotel-resort-palm-trees-summer-time_116348-4.jpg", imageAlt: "Contemporary Miami residence"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -115,40 +100,24 @@ export default function HomePage() {
description="From property acquisition to portfolio management, we offer white-glove service tailored to your sophisticated needs."
tag="What We Offer"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Learn More", href: "/contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
textboxLayout="default"
features={[
{
id: "01",
title: "Property Acquisition",
description: "Strategic sourcing of premium properties aligned with your investment objectives and lifestyle preferences.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=1",
imageAlt: "Property acquisition service"
id: "01", title: "Property Acquisition", description: "Strategic sourcing of premium properties aligned with your investment objectives and lifestyle preferences.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg", imageAlt: "Property acquisition service"
},
{
id: "02",
title: "Market Analysis",
description: "In-depth market research and valuation expertise ensuring informed decisions on luxury real estate investments.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg?_wi=1",
imageAlt: "Market analysis service"
id: "02", title: "Market Analysis", description: "In-depth market research and valuation expertise ensuring informed decisions on luxury real estate investments.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", imageAlt: "Market analysis service"
},
{
id: "03",
title: "International Connections",
description: "Global network of luxury property specialists enabling access to exclusive off-market opportunities worldwide.",
imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=1",
imageAlt: "International network service"
id: "03", title: "International Connections", description: "Global network of luxury property specialists enabling access to exclusive off-market opportunities worldwide.", imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", imageAlt: "International network service"
},
{
id: "04",
title: "Concierge Support",
description: "Dedicated concierge team managing all aspects of your property transaction and ownership experience.",
imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=1",
imageAlt: "Concierge support service"
id: "04", title: "Concierge Support", description: "Dedicated concierge team managing all aspects of your property transaction and ownership experience.", imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg", imageAlt: "Concierge support service"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -163,13 +132,13 @@ export default function HomePage() {
description="Two decades of excellence demonstrated through exceptional results and client satisfaction."
tag="By The Numbers"
tagIcon={TrendingUp}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
metrics={[
{ id: "1", icon: "Home", title: "Properties Sold", value: "850+" },
{ id: "2", icon: "Users", title: "Satisfied Clients", value: "1,200+" },
{ id: "3", icon: "DollarSign", title: "Sales Volume", value: "$4.2B" },
{ id: "4", icon: "Award", title: "Industry Awards", value: "35" }
{ id: "1", icon: Home, title: "Properties Sold", value: "850+" },
{ id: "2", icon: Users, title: "Satisfied Clients", value: "1,200+" },
{ id: "3", icon: DollarSign, title: "Sales Volume", value: "$4.2B" },
{ id: "4", icon: Award, title: "Industry Awards", value: "35" }
]}
animationType="slide-up"
useInvertedBackground={false}
@@ -182,74 +151,26 @@ export default function HomePage() {
description="Hear from satisfied clients who found their dream properties through our expert guidance."
tag="Client Stories"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
testimonials={[
{
id: "1",
name: "Margaret Rothschild, Entrepreneur",
date: "Date: 15 November 2024",
title: "An Exceptional Experience",
quote: "The team at Luxe Properties understood my vision perfectly. They found me the ideal penthouse within my demanding timeline. Their professionalism and discretion were impeccable.",
tag: "Premium Service",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1",
imageAlt: "Penthouse listing"
id: "1", name: "Margaret Rothschild, Entrepreneur", date: "Date: 15 November 2024", title: "An Exceptional Experience", quote: "The team at Luxe Properties understood my vision perfectly. They found me the ideal penthouse within my demanding timeline. Their professionalism and discretion were impeccable.", tag: "Premium Service", avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Penthouse listing"
},
{
id: "2",
name: "David Chen, Tech Executive",
date: "Date: 08 October 2024",
title: "World-Class Service",
quote: "I needed a property in multiple countries. Luxe Properties leveraged their international network seamlessly. The investment guidance alone was worth far more than their commission.",
tag: "International Expertise",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-hotel-resort_74190-7433.jpg?_wi=1",
imageAlt: "Global luxury property"
id: "2", name: "David Chen, Tech Executive", date: "Date: 08 October 2024", title: "World-Class Service", quote: "I needed a property in multiple countries. Luxe Properties leveraged their international network seamlessly. The investment guidance alone was worth far more than their commission.", tag: "International Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-hotel-resort_74190-7433.jpg", imageAlt: "Global luxury property"
},
{
id: "3",
name: "Patricia Vanderbilt, Collector",
date: "Date: 22 September 2024",
title: "Unmatched Knowledge",
quote: "Their market analysis was incredibly thorough. They helped me build a diversified luxury real estate portfolio across three continents. Highly recommended.",
tag: "Investment Strategy",
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-instagram-posts_23-2150673419.jpg?_wi=1",
imageAlt: "Estate portfolio"
id: "3", name: "Patricia Vanderbilt, Collector", date: "Date: 22 September 2024", title: "Unmatched Knowledge", quote: "Their market analysis was incredibly thorough. They helped me build a diversified luxury real estate portfolio across three continents. Highly recommended.", tag: "Investment Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-instagram-posts_23-2150673419.jpg", imageAlt: "Estate portfolio"
},
{
id: "4",
name: "Thomas Ashford, CEO",
date: "Date: 05 August 2024",
title: "Discreet Excellence",
quote: "Privacy and discretion were paramount. Luxe Properties handled everything with absolute professionalism. I felt completely protected throughout the entire process.",
tag: "Confidential Sales",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-large-transparent-window-with-opened-door-outside-which-newlyweds-posing-embracing-balcony-their-wedding-day_8353-12102.jpg",
imageAlt: "Private estate"
id: "4", name: "Thomas Ashford, CEO", date: "Date: 05 August 2024", title: "Discreet Excellence", quote: "Privacy and discretion were paramount. Luxe Properties handled everything with absolute professionalism. I felt completely protected throughout the entire process.", tag: "Confidential Sales", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-large-transparent-window-with-opened-door-outside-which-newlyweds-posing-embracing-balcony-their-wedding-day_8353-12102.jpg", imageAlt: "Private estate"
},
{
id: "5",
name: "Isabella Rossi, Diplomat",
date: "Date: 19 July 2024",
title: "Exceptional Expertise",
quote: "Moving internationally required a partner who understood luxury markets globally. Victoria and her team exceeded every expectation. Truly world-class.",
tag: "Global Markets",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-standing-by-airport_1157-25515.jpg",
imageAlt: "International residence"
id: "5", name: "Isabella Rossi, Diplomat", date: "Date: 19 July 2024", title: "Exceptional Expertise", quote: "Moving internationally required a partner who understood luxury markets globally. Victoria and her team exceeded every expectation. Truly world-class.", tag: "Global Markets", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-standing-by-airport_1157-25515.jpg", imageAlt: "International residence"
},
{
id: "6",
name: "Geoffrey Hampton, Investor",
date: "Date: 03 June 2024",
title: "Premium Partnership",
quote: "What impressed me most was their commitment to understanding my long-term vision. They weren't just selling properties; they were building my legacy.",
tag: "Legacy Building",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/governor-s-palace-daytime-williamsburg-usa_181624-29182.jpg",
imageAlt: "Heritage estate"
id: "6", name: "Geoffrey Hampton, Investor", date: "Date: 03 June 2024", title: "Premium Partnership", quote: "What impressed me most was their commitment to understanding my long-term vision. They weren't just selling properties; they were building my legacy.", tag: "Legacy Building", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/governor-s-palace-daytime-williamsburg-usa_181624-29182.jpg", imageAlt: "Heritage estate"
}
]}
useInvertedBackground={true}
@@ -260,14 +181,14 @@ export default function HomePage() {
<ContactCTA
tag="Ready to Begin?"
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Schedule Your Private Consultation"
description="Let us assist you in finding the perfect luxury property or building your prestigious portfolio. Our team is ready to provide personalized guidance for your real estate objectives."
buttons={[
{ text: "Contact Our Team", href: "/contact" },
{ text: "Browse Properties", href: "/properties" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
@@ -277,8 +198,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -287,8 +207,7 @@ export default function HomePage() {
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Property Search", href: "#services" },
{ label: "Investment Advisory", href: "#services" },
{ label: "Portfolio Management", href: "#services" },
@@ -296,8 +215,7 @@ export default function HomePage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Email", href: "mailto:info@luxeproperties.com" },
{ label: "Phone", href: "tel:+1-800-LUXURY-1" },
@@ -305,8 +223,7 @@ export default function HomePage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimers", href: "#" },

View File

@@ -43,60 +43,30 @@ export default function PropertiesPage() {
description="Browse our comprehensive collection of exceptional properties. Each listing represents investment opportunity and luxury living at its finest across the world's most desirable locations."
tag="Full Selection"
tagIcon={Diamond}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Request Private Showing", href: "/contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
textboxLayout="default"
products={[
{
id: "1",
name: "Oceanfront Masterpiece",
price: "$8,500,000",
variant: "Malibu, California",
imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=2",
imageAlt: "Beachfront luxury home"
id: "1", name: "Oceanfront Masterpiece", price: "$8,500,000", variant: "Malibu, California", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Beachfront luxury home"
},
{
id: "2",
name: "Manhattan Penthouse",
price: "$12,000,000",
variant: "Upper East Side, NY",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg?_wi=2",
imageAlt: "Penthouse with skyline views"
id: "2", name: "Manhattan Penthouse", price: "$12,000,000", variant: "Upper East Side, NY", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg", imageAlt: "Penthouse with skyline views"
},
{
id: "3",
name: "Miami Modern Sanctuary",
price: "$6,750,000",
variant: "Brickell, Miami",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-resort-palm-trees-summer-time_116348-4.jpg?_wi=2",
imageAlt: "Contemporary Miami residence"
id: "3", name: "Miami Modern Sanctuary", price: "$6,750,000", variant: "Brickell, Miami", imageSrc: "http://img.b2bpic.net/free-photo/hotel-resort-palm-trees-summer-time_116348-4.jpg", imageAlt: "Contemporary Miami residence"
},
{
id: "4",
name: "Beverly Hills Estate",
price: "$15,200,000",
variant: "Beverly Hills, CA",
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg?_wi=2",
imageAlt: "Luxury estate in Beverly Hills"
id: "4", name: "Beverly Hills Estate", price: "$15,200,000", variant: "Beverly Hills, CA", imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", imageAlt: "Luxury estate in Beverly Hills"
},
{
id: "5",
name: "London Townhouse",
price: "$9,800,000",
variant: "Mayfair, London",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=2",
imageAlt: "Historic London townhouse"
id: "5", name: "London Townhouse", price: "$9,800,000", variant: "Mayfair, London", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", imageAlt: "Historic London townhouse"
},
{
id: "6",
name: "Swiss Alpine Retreat",
price: "$7,200,000",
variant: "Zermatt, Switzerland",
imageSrc: "http://img.b2bpic.net/free-photo/ancient-colonnade-surrounded-by-green-garden-city-center-architectural-harmony-nature_169016-69859.jpg?_wi=2",
imageAlt: "Alpine luxury resort"
id: "6", name: "Swiss Alpine Retreat", price: "$7,200,000", variant: "Zermatt, Switzerland", imageSrc: "http://img.b2bpic.net/free-photo/ancient-colonnade-surrounded-by-green-garden-city-center-architectural-harmony-nature_169016-69859.jpg", imageAlt: "Alpine luxury resort"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -111,33 +81,21 @@ export default function PropertiesPage() {
description="Our specialized services ensure you make informed decisions when acquiring luxury real estate. From valuation to financing, we handle every aspect."
tag="Property Expertise"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Consult with Specialist", href: "/contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
textboxLayout="default"
features={[
{
id: "01",
title: "Detailed Property Valuation",
description: "Comprehensive appraisals using comparable market analysis, historical appreciation, and unique property characteristics.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg?_wi=2",
imageAlt: "Property valuation service"
id: "01", title: "Detailed Property Valuation", description: "Comprehensive appraisals using comparable market analysis, historical appreciation, and unique property characteristics.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", imageAlt: "Property valuation service"
},
{
id: "02",
title: "Financing Guidance",
description: "Expert advice on luxury property financing options, including international lending and portfolio strategies.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=2",
imageAlt: "Financing consultation"
id: "02", title: "Financing Guidance", description: "Expert advice on luxury property financing options, including international lending and portfolio strategies.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg", imageAlt: "Financing consultation"
},
{
id: "03",
title: "Legal & Tax Planning",
description: "Coordinated support with legal experts ensuring compliance and optimizing tax implications of your acquisition.",
imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=2",
imageAlt: "Legal planning service"
id: "03", title: "Legal & Tax Planning", description: "Coordinated support with legal experts ensuring compliance and optimizing tax implications of your acquisition.", imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", imageAlt: "Legal planning service"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -150,14 +108,14 @@ export default function PropertiesPage() {
<ContactCTA
tag="Schedule Your Viewing"
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Ready to View Your Next Property?"
description="Contact our team to arrange private viewings of any listing in our catalog. Experience luxury properties firsthand with personalized guidance from our specialists."
buttons={[
{ text: "Schedule Viewing", href: "/contact" },
{ text: "Back to Home", href: "/" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
@@ -167,8 +125,7 @@ export default function PropertiesPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -177,8 +134,7 @@ export default function PropertiesPage() {
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Property Search", href: "/properties" },
{ label: "Investment Advisory", href: "/about" },
{ label: "Portfolio Management", href: "/contact" },
@@ -186,8 +142,7 @@ export default function PropertiesPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Email", href: "mailto:info@luxeproperties.com" },
{ label: "Phone", href: "tel:+1-800-LUXURY-1" },
@@ -195,8 +150,7 @@ export default function PropertiesPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimers", href: "#" },

View File

@@ -43,35 +43,19 @@ export default function TeamPage() {
description="Our award-winning specialists bring decades of combined expertise in luxury real estate, international markets, and client service excellence."
tag="The Experts"
tagIcon={Users}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
members={[
{
id: "1",
name: "Victoria Sterling",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=3",
imageAlt: "Victoria Sterling"
id: "1", name: "Victoria Sterling", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Victoria Sterling"
},
{
id: "2",
name: "James Whitmore",
role: "Senior Agent",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg?_wi=2",
imageAlt: "James Whitmore"
id: "2", name: "James Whitmore", role: "Senior Agent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg", imageAlt: "James Whitmore"
},
{
id: "3",
name: "Alexandra Chen",
role: "International Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=2",
imageAlt: "Alexandra Chen"
id: "3", name: "Alexandra Chen", role: "International Specialist", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Alexandra Chen"
},
{
id: "4",
name: "Marcus Thompson",
role: "Investment Advisor",
imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg?_wi=2",
imageAlt: "Marcus Thompson"
id: "4", name: "Marcus Thompson", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg", imageAlt: "Marcus Thompson"
}
]}
textboxLayout="default"
@@ -87,33 +71,21 @@ export default function TeamPage() {
description="Each team member brings specialized knowledge and expertise across different aspects of luxury real estate."
tag="Areas of Excellence"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Work With Us", href: "/contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
textboxLayout="default"
features={[
{
id: "01",
title: "Residential Luxury",
description: "Expert representation in high-end residential properties from penthouses to estates.",
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg?_wi=3",
imageAlt: "Luxury residential"
id: "01", title: "Residential Luxury", description: "Expert representation in high-end residential properties from penthouses to estates.", imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", imageAlt: "Luxury residential"
},
{
id: "02",
title: "International Markets",
description: "Deep expertise in global luxury markets across Americas, Europe, Asia, and beyond.",
imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=4",
imageAlt: "International markets"
id: "02", title: "International Markets", description: "Deep expertise in global luxury markets across Americas, Europe, Asia, and beyond.", imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", imageAlt: "International markets"
},
{
id: "03",
title: "Investment Strategy",
description: "Portfolio optimization and investment analysis for long-term wealth building.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg?_wi=3",
imageAlt: "Investment analysis"
id: "03", title: "Investment Strategy", description: "Portfolio optimization and investment analysis for long-term wealth building.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", imageAlt: "Investment analysis"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -126,14 +98,14 @@ export default function TeamPage() {
<ContactCTA
tag="Connect With Our Team"
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Ready to Work Together?"
description="Reach out to our team to discuss your real estate goals and learn how we can help you achieve your luxury property objectives."
buttons={[
{ text: "Contact Us", href: "/contact" },
{ text: "Browse Properties", href: "/properties" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
@@ -143,8 +115,7 @@ export default function TeamPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -153,8 +124,7 @@ export default function TeamPage() {
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Property Search", href: "/properties" },
{ label: "Investment Advisory", href: "/about" },
{ label: "Portfolio Management", href: "/contact" },
@@ -162,8 +132,7 @@ export default function TeamPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Email", href: "mailto:info@luxeproperties.com" },
{ label: "Phone", href: "tel:+1-800-LUXURY-1" },
@@ -171,8 +140,7 @@ export default function TeamPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimers", href: "#" },