Update src/app/page.tsx
This commit is contained in:
@@ -76,7 +76,8 @@ export default function HomePage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Schedule Viewing", href: "/contact"}}
|
||||
text: "Schedule Viewing", href: "/contact"
|
||||
}}
|
||||
brandName="Luxe Estates"
|
||||
/>
|
||||
</div>
|
||||
@@ -87,26 +88,31 @@ export default function HomePage() {
|
||||
description="Explore our curated collection of exceptional properties in the world's most coveted locations. Experience refined living at its finest."
|
||||
tag="Exclusive Listings"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Modern luxury penthouse"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Modern luxury penthouse"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg", imageAlt: "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-169750.jpg", imageAlt: "Contemporary villa"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Beachfront mansion"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Beachfront mansion"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Urban estate"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Urban estate"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Waterfront property"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Waterfront property"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Browse Properties", href: "/properties" },
|
||||
{ text: "Request Consultation", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,21 +122,24 @@ export default function HomePage() {
|
||||
description="Handpicked luxury properties representing the pinnacle of sophistication and investment value."
|
||||
tag="Premium Selection"
|
||||
tagIcon={Home}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Penthouse Manhattan", price: "$8,500,000", variant: "3 Bedrooms · 4 Bathrooms · 5,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg", imageAlt: "Manhattan penthouse"},
|
||||
id: "1", name: "Penthouse Manhattan", price: "$8,500,000", variant: "3 Bedrooms · 4 Bathrooms · 5,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg", imageAlt: "Manhattan penthouse"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Oceanfront Villa Malibu", price: "$12,000,000", variant: "5 Bedrooms · 6 Bathrooms · 8,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", imageAlt: "Malibu oceanfront villa"},
|
||||
id: "2", name: "Oceanfront Villa Malibu", price: "$12,000,000", variant: "5 Bedrooms · 6 Bathrooms · 8,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", imageAlt: "Malibu oceanfront villa"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Estate Miami Beach", price: "$6,750,000", variant: "4 Bedrooms · 5 Bathrooms · 6,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/look-from-skyscrapers-standing-sea-bays_1304-5308.jpg", imageAlt: "Miami Beach estate"},
|
||||
id: "3", name: "Estate Miami Beach", price: "$6,750,000", variant: "4 Bedrooms · 5 Bathrooms · 6,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/look-from-skyscrapers-standing-sea-bays_1304-5308.jpg", imageAlt: "Miami Beach estate"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Properties", href: "/properties" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,23 +149,27 @@ export default function HomePage() {
|
||||
description="Our commitment to excellence defines every aspect of your luxury real estate experience."
|
||||
tag="Our Advantages"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Curated Selection", description: "Access to an exclusive portfolio of the finest properties worldwide, vetted for quality and investment potential.", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Luxury selection showcase"},
|
||||
id: "01", title: "Curated Selection", description: "Access to an exclusive portfolio of the finest properties worldwide, vetted for quality and investment potential.", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Luxury selection showcase"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Expert Guidance", description: "Our seasoned agents provide personalized consultation and market insights to guide your investment decisions.", imageSrc: "http://img.b2bpic.net/free-photo/rear-estate-agent-young-couple-going-through-blueprints-using-digital-tablet-meeting_637285-3873.jpg", imageAlt: "Professional consultation"},
|
||||
id: "02", title: "Expert Guidance", description: "Our seasoned agents provide personalized consultation and market insights to guide your investment decisions.", imageSrc: "http://img.b2bpic.net/free-photo/rear-estate-agent-young-couple-going-through-blueprints-using-digital-tablet-meeting_637285-3873.jpg", imageAlt: "Professional consultation"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Discrete Transactions", description: "We prioritize confidentiality and discretion throughout the entire buying, selling, or leasing process.", imageSrc: "http://img.b2bpic.net/free-photo/credit-card-security-concept_53876-32060.jpg", imageAlt: "Secure transaction"},
|
||||
id: "03", title: "Discrete Transactions", description: "We prioritize confidentiality and discretion throughout the entire buying, selling, or leasing process.", imageSrc: "http://img.b2bpic.net/free-photo/credit-card-security-concept_53876-32060.jpg", imageAlt: "Secure transaction"
|
||||
},
|
||||
{
|
||||
id: "04", title: "Global Network", description: "Connected to luxury real estate markets across continents, offering unparalleled international reach.", imageSrc: "http://img.b2bpic.net/free-photo/global-network-connectivity-modern-city-skyline-sunset_84443-73919.jpg", imageAlt: "Global network connection"},
|
||||
id: "04", title: "Global Network", description: "Connected to luxury real estate markets across continents, offering unparalleled international reach.", imageSrc: "http://img.b2bpic.net/free-photo/global-network-connectivity-modern-city-skyline-sunset_84443-73919.jpg", imageAlt: "Global network connection"
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Discover More", href: "/about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,7 +179,7 @@ export default function HomePage() {
|
||||
description="Proven success in luxury real estate markets globally."
|
||||
tag="Market Leadership"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
metrics={[
|
||||
{ id: "1", icon: Home, title: "Properties Sold", value: "2,500+" },
|
||||
{ id: "2", icon: Users, title: "Satisfied Clients", value: "3,200+" },
|
||||
@@ -177,7 +190,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Our Achievements", href: "/about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,25 +200,31 @@ export default function HomePage() {
|
||||
description="Hear from our satisfied clients about their luxury real estate experiences."
|
||||
tag="Success Stories"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Catherine Matthews, Executive", date: "Date: 15 November 2024", title: "Exceptional Service & Results", quote: "Luxe Estates made finding my dream penthouse effortless. Their expertise and discretion were unmatched. I cannot recommend them highly enough to anyone seeking luxury properties.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Catherine Matthews", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Luxury penthouse interior"},
|
||||
id: "1", name: "Catherine Matthews, Executive", date: "Date: 15 November 2024", title: "Exceptional Service & Results", quote: "Luxe Estates made finding my dream penthouse effortless. Their expertise and discretion were unmatched. I cannot recommend them highly enough to anyone seeking luxury properties.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Catherine Matthews", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Luxury penthouse interior"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Rothschild, Investor", date: "Date: 08 October 2024", title: "Outstanding Investment Guidance", quote: "The team's market knowledge and investment insights proved invaluable. They guided me through a complex transaction seamlessly and secured an exceptional property.", tag: "Investment Portfolio", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Rothschild", imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-facebook-template_23-2150660280.jpg", imageAlt: "Luxury property investment"},
|
||||
id: "2", name: "David Rothschild, Investor", date: "Date: 08 October 2024", title: "Outstanding Investment Guidance", quote: "The team's market knowledge and investment insights proved invaluable. They guided me through a complex transaction seamlessly and secured an exceptional property.", tag: "Investment Portfolio", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Rothschild", imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-facebook-template_23-2150660280.jpg", imageAlt: "Luxury property investment"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Fontaine, CEO", date: "Date: 22 September 2024", title: "World-Class Professionalism", quote: "Working with Luxe Estates on my international property acquisition was flawless. Their global network and attention to detail set them apart from other agencies.", tag: "Global Client", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Elena Fontaine", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-sunset_1112-1870.jpg", imageAlt: "International property luxury"},
|
||||
id: "3", name: "Elena Fontaine, CEO", date: "Date: 22 September 2024", title: "World-Class Professionalism", quote: "Working with Luxe Estates on my international property acquisition was flawless. Their global network and attention to detail set them apart from other agencies.", tag: "Global Client", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Elena Fontaine", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-sunset_1112-1870.jpg", imageAlt: "International property luxury"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Richard Blackwell, Entrepreneur", date: "Date: 10 August 2024", title: "Truly Luxury Experience", quote: "From initial consultation to closing, Luxe Estates provided a truly luxury experience. They understood my specific needs and delivered beyond expectations.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Richard Blackwell", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg", imageAlt: "Luxury interior design"},
|
||||
id: "4", name: "Richard Blackwell, Entrepreneur", date: "Date: 10 August 2024", title: "Truly Luxury Experience", quote: "From initial consultation to closing, Luxe Estates provided a truly luxury experience. They understood my specific needs and delivered beyond expectations.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Richard Blackwell", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg", imageAlt: "Luxury interior design"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sophia Montgomery, Collector", date: "Date: 27 July 2024", title: "Unparalleled Expertise", quote: "The architectural and investment knowledge demonstrated by their team is unparalleled. They helped me find a property that perfectly matched my vision and budget.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Sophia Montgomery", imageSrc: "http://img.b2bpic.net/free-vector/elegant-classy-design-space_53876-93571.jpg", imageAlt: "Luxury art collection"},
|
||||
id: "5", name: "Sophia Montgomery, Collector", date: "Date: 27 July 2024", title: "Unparalleled Expertise", quote: "The architectural and investment knowledge demonstrated by their team is unparalleled. They helped me find a property that perfectly matched my vision and budget.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Sophia Montgomery", imageSrc: "http://img.b2bpic.net/free-vector/elegant-classy-design-space_53876-93571.jpg", imageAlt: "Luxury art collection"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Sterling, Philanthropist", date: "Date: 14 June 2024", title: "Discreet & Professional", quote: "Privacy was paramount, and Luxe Estates handled everything with absolute discretion. Their professionalism and confidentiality are exemplary.", tag: "High Net Worth", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Robert Sterling", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Luxury estate privacy"},
|
||||
id: "6", name: "Robert Sterling, Philanthropist", date: "Date: 14 June 2024", title: "Discreet & Professional", quote: "Privacy was paramount, and Luxe Estates handled everything with absolute discretion. Their professionalism and confidentiality are exemplary.", tag: "High Net Worth", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Robert Sterling", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Luxury estate privacy"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Schedule Consultation", href: "/contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -213,14 +232,14 @@ export default function HomePage() {
|
||||
<ContactCTA
|
||||
tag="Ready to Begin?"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
title="Start Your Luxury Real Estate Journey"
|
||||
description="Connect with our team today to explore exclusive properties and discover your next home. Our agents are available for personalized consultations."
|
||||
buttons={[
|
||||
{ text: "Schedule a Viewing", href: "/contact" },
|
||||
{ text: "Request Information", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user