Update src/app/page.tsx
This commit is contained in:
158
src/app/page.tsx
158
src/app/page.tsx
@@ -51,29 +51,19 @@ export default function HomePage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg", imageAlt: "Luxury Villa with Modern Architecture"},
|
||||||
imageAlt: "Luxury Villa with Modern Architecture",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Luxury Penthouse Interior"},
|
||||||
imageAlt: "Luxury Penthouse Interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=1", imageAlt: "Luxury Estate Exterior"},
|
||||||
imageAlt: "Luxury Estate Exterior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-elegant-brown-hat-eating-juicy-fruits-resort-cafe-graceful-european-woman-white-shirt-relaxing-with-cocktail-food-pool_197531-20844.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-elegant-brown-hat-eating-juicy-fruits-resort-cafe-graceful-european-woman-white-shirt-relaxing-with-cocktail-food-pool_197531-20844.jpg?_wi=1", imageAlt: "Luxury Property with Pool"},
|
||||||
imageAlt: "Luxury Property with Pool",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Luxury Waterfront Property"},
|
||||||
imageAlt: "Luxury Waterfront Property",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Properties", href: "/properties" },
|
{ text: "View Exclusive Listings", href: "/properties" },
|
||||||
{ text: "Schedule Consultation", href: "/contact" },
|
{ text: "Schedule Consultation", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -91,29 +81,11 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Modern Metropolitan Penthouse", price: "$4,850,000", variant: "Luxury Penthouse 2 BR 2 BA", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1", imageAlt: "Modern Penthouse"},
|
||||||
name: "Modern Metropolitan Penthouse",
|
|
||||||
price: "$4,850,000",
|
|
||||||
variant: "Luxury Penthouse 2 BR 2 BA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1",
|
|
||||||
imageAlt: "Modern Penthouse",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Waterfront Mediterranean Villa", price: "$7,200,000", variant: "Estate Villa 5 BR 5 BA", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg?_wi=1", imageAlt: "Mediterranean Villa"},
|
||||||
name: "Waterfront Mediterranean Villa",
|
|
||||||
price: "$7,200,000",
|
|
||||||
variant: "Estate Villa 5 BR 5 BA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg?_wi=1",
|
|
||||||
imageAlt: "Mediterranean Villa",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Architect-Designed Contemporary Estate", price: "$5,650,000", variant: "Contemporary Home 4 BR 4 BA", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg?_wi=1", imageAlt: "Contemporary Estate"},
|
||||||
name: "Architect-Designed Contemporary Estate",
|
|
||||||
price: "$5,650,000",
|
|
||||||
variant: "Contemporary Home 4 BR 4 BA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg?_wi=1",
|
|
||||||
imageAlt: "Contemporary Estate",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -148,33 +120,13 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "01",
|
id: "01", title: "White-Glove Property Search", description: "Personalized access to exclusive listings before they reach the public market. Our network spans global luxury markets.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", imageAlt: "Property Search"},
|
||||||
title: "White-Glove Property Search",
|
|
||||||
description: "Personalized access to exclusive listings before they reach the public market. Our network spans global luxury markets.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2",
|
|
||||||
imageAlt: "Property Search",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "02",
|
id: "02", title: "Investment Analysis", description: "Expert market intelligence and ROI projections to ensure informed investment decisions in luxury real estate.", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg?_wi=2", imageAlt: "Investment Analysis"},
|
||||||
title: "Investment Analysis",
|
|
||||||
description: "Expert market intelligence and ROI projections to ensure informed investment decisions in luxury real estate.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg?_wi=2",
|
|
||||||
imageAlt: "Investment Analysis",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "03",
|
id: "03", title: "Discrete Transactions", description: "Complete confidentiality and privacy protection throughout every stage of the buying or selling process.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg?_wi=2", imageAlt: "Discrete Transactions"},
|
||||||
title: "Discrete Transactions",
|
|
||||||
description: "Complete confidentiality and privacy protection throughout every stage of the buying or selling process.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg?_wi=2",
|
|
||||||
imageAlt: "Discrete Transactions",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "04",
|
id: "04", title: "Concierge Services", description: "End-to-end support including legal guidance, property management, and lifestyle coordination.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=3", imageAlt: "Concierge Services"},
|
||||||
title: "Concierge Services",
|
|
||||||
description: "End-to-end support including legal guidance, property management, and lifestyle coordination.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=3",
|
|
||||||
imageAlt: "Concierge Services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -213,77 +165,17 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Catherine & Michael Thompson, Founders", date: "Date: March 2024", title: "An Exceptional Experience", quote: "Luxury Estates transformed our property search. Their expertise in premium markets and attention to detail exceeded all expectations. We found our dream home through their exclusive network.", tag: "Premium Service", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", avatarAlt: "Catherine Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Satisfied Client"},
|
||||||
name: "Catherine & Michael Thompson, Founders",
|
|
||||||
date: "Date: March 2024",
|
|
||||||
title: "An Exceptional Experience",
|
|
||||||
quote: "Luxury Estates transformed our property search. Their expertise in premium markets and attention to detail exceeded all expectations. We found our dream home through their exclusive network.",
|
|
||||||
tag: "Premium Service",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
|
||||||
avatarAlt: "Catherine Thompson",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
|
|
||||||
imageAlt: "Satisfied Client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Robert Chen, Investment Executive", date: "Date: February 2024", title: "Professional Excellence", quote: "Working with their investment team provided invaluable market insights. They guided our multi-million dollar portfolio acquisition with precision and discretion.", tag: "Investment Solutions", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", avatarAlt: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Investment Client"},
|
||||||
name: "Robert Chen, Investment Executive",
|
|
||||||
date: "Date: February 2024",
|
|
||||||
title: "Professional Excellence",
|
|
||||||
quote: "Working with their investment team provided invaluable market insights. They guided our multi-million dollar portfolio acquisition with precision and discretion.",
|
|
||||||
tag: "Investment Solutions",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
|
||||||
avatarAlt: "Robert Chen",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
|
|
||||||
imageAlt: "Investment Client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Sophia Ravenna, Business Owner", date: "Date: January 2024", title: "Beyond Expectations", quote: "The level of discretion and white-glove service was remarkable. They understood my specific requirements and delivered properties that matched perfectly.", tag: "Concierge Service", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", avatarAlt: "Sophia Ravenna", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3", imageAlt: "Executive Client"},
|
||||||
name: "Sophia Ravenna, Business Owner",
|
|
||||||
date: "Date: January 2024",
|
|
||||||
title: "Beyond Expectations",
|
|
||||||
quote: "The level of discretion and white-glove service was remarkable. They understood my specific requirements and delivered properties that matched perfectly.",
|
|
||||||
tag: "Concierge Service",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
|
||||||
avatarAlt: "Sophia Ravenna",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3",
|
|
||||||
imageAlt: "Executive Client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "James & Elizabeth Morrison, Entrepreneurs", date: "Date: December 2023", title: "Seamless Transaction", quote: "From initial consultation to closing, the process was flawless. Their team's expertise in luxury market dynamics made all the difference.", tag: "Premium Experience", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", avatarAlt: "James Morrison", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Happy Clients"},
|
||||||
name: "James & Elizabeth Morrison, Entrepreneurs",
|
|
||||||
date: "Date: December 2023",
|
|
||||||
title: "Seamless Transaction",
|
|
||||||
quote: "From initial consultation to closing, the process was flawless. Their team's expertise in luxury market dynamics made all the difference.",
|
|
||||||
tag: "Premium Experience",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
|
|
||||||
avatarAlt: "James Morrison",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
|
|
||||||
imageAlt: "Happy Clients",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Alexandra Sterling, Real Estate Investor", date: "Date: November 2023", title: "Unmatched Expertise", quote: "Their understanding of luxury real estate trends and market positioning is unparalleled. I recommend them to all my colleagues.", tag: "Expert Advisors", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", avatarAlt: "Alexandra Sterling", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=4", imageAlt: "Investor Testimonial"},
|
||||||
name: "Alexandra Sterling, Real Estate Investor",
|
|
||||||
date: "Date: November 2023",
|
|
||||||
title: "Unmatched Expertise",
|
|
||||||
quote: "Their understanding of luxury real estate trends and market positioning is unparalleled. I recommend them to all my colleagues.",
|
|
||||||
tag: "Expert Advisors",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
|
||||||
avatarAlt: "Alexandra Sterling",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=4",
|
|
||||||
imageAlt: "Investor Testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "David Fitzgerald, Corporate Executive", date: "Date: October 2023", title: "Exceptional Service Quality", quote: "Their attention to detail and commitment to understanding our vision was outstanding. They delivered not just a property, but a lifestyle.", tag: "Lifestyle Solutions", avatarSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32343.jpg", avatarAlt: "David Fitzgerald", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32343.jpg", imageAlt: "Executive Testimonial"},
|
||||||
name: "David Fitzgerald, Corporate Executive",
|
|
||||||
date: "Date: October 2023",
|
|
||||||
title: "Exceptional Service Quality",
|
|
||||||
quote: "Their attention to detail and commitment to understanding our vision was outstanding. They delivered not just a property, but a lifestyle.",
|
|
||||||
tag: "Lifestyle Solutions",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32343.jpg",
|
|
||||||
avatarAlt: "David Fitzgerald",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32343.jpg",
|
|
||||||
imageAlt: "Executive Testimonial",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -309,8 +201,7 @@ export default function HomePage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigate",
|
title: "Navigate", items: [
|
||||||
items: [
|
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Properties", href: "/properties" },
|
{ label: "Properties", href: "/properties" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
@@ -318,8 +209,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Property Search", href: "#services" },
|
{ label: "Property Search", href: "#services" },
|
||||||
{ label: "Investment Analysis", href: "#services" },
|
{ label: "Investment Analysis", href: "#services" },
|
||||||
{ label: "Concierge Services", href: "#services" },
|
{ label: "Concierge Services", href: "#services" },
|
||||||
@@ -327,8 +217,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Testimonials", href: "#testimonials" },
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -336,8 +225,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Disclosure", href: "#" },
|
{ label: "Disclosure", href: "#" },
|
||||||
|
|||||||
Reference in New Issue
Block a user