Merge version_1 into main #2
@@ -19,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -46,8 +43,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Schedule Viewing", href: "/contact" },
|
||||
{ label: "Newsletter", href: "#" },
|
||||
@@ -77,9 +73,7 @@ export default function AboutPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Viewing", href: "/contact"}}
|
||||
brandName="Luxe Estates"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,10 +83,10 @@ export default function AboutPage() {
|
||||
title="Premium Real Estate Expertise"
|
||||
description="With over 25 years of experience in luxury property sales, Luxe Estates represents the pinnacle of real estate excellence. Our dedicated team combines market knowledge with personalized service to deliver exceptional results for discerning clients worldwide."
|
||||
tag="About Luxe Estates"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg"
|
||||
imageAlt="Luxe Estates office"
|
||||
buttons={[{ text: "Learn Our Story", href: "/about" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,40 +100,20 @@ export default function AboutPage() {
|
||||
tagAnimation="entrance-slide"
|
||||
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?_wi=3",
|
||||
imageAlt: "Luxury selection",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Expert 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: "Expert 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?_wi=2",
|
||||
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?_wi=2",
|
||||
imageAlt: "Global network",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Discover More", href: "/about" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,7 +128,7 @@ export default function AboutPage() {
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "Browse Properties", href: "/properties" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -19,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -46,8 +43,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Schedule Viewing", href: "/contact" },
|
||||
{ label: "Newsletter", href: "#" },
|
||||
@@ -77,9 +73,7 @@ export default function ContactPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Viewing", href: "/contact"}}
|
||||
brandName="Luxe Estates"
|
||||
/>
|
||||
</div>
|
||||
@@ -95,7 +89,7 @@ export default function ContactPage() {
|
||||
{ text: "Schedule a Viewing", href: "/contact" },
|
||||
{ text: "Request Information", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -118,7 +112,7 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Browse Properties", href: "/properties" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,82 +125,22 @@ export default function ContactPage() {
|
||||
tagAnimation="entrance-slide"
|
||||
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.",
|
||||
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?_wi=2",
|
||||
imageAlt: "Luxury penthouse",
|
||||
},
|
||||
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.", 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"},
|
||||
{
|
||||
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.",
|
||||
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?_wi=2",
|
||||
imageAlt: "Luxury property",
|
||||
},
|
||||
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.", 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"},
|
||||
{
|
||||
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 is unparalleled.",
|
||||
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?_wi=2",
|
||||
imageAlt: "International property",
|
||||
},
|
||||
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 is unparalleled.", 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"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Richard Blackwell, Entrepreneur",
|
||||
date: "Date: 10 August 2024",
|
||||
title: "Truly Luxury Experience",
|
||||
quote: "From consultation to closing, Luxe Estates provided a luxury experience. They understood my 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?_wi=2",
|
||||
imageAlt: "Luxury interior",
|
||||
},
|
||||
id: "4", name: "Richard Blackwell, Entrepreneur", date: "Date: 10 August 2024", title: "Truly Luxury Experience", quote: "From consultation to closing, Luxe Estates provided a luxury experience. They understood my 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"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia Montgomery, Collector",
|
||||
date: "Date: 27 July 2024",
|
||||
title: "Unparalleled Expertise",
|
||||
quote: "The architectural and investment knowledge is unparalleled. They helped me find a property that perfectly matched my vision.",
|
||||
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?_wi=2",
|
||||
imageAlt: "Luxury collection",
|
||||
},
|
||||
id: "5", name: "Sophia Montgomery, Collector", date: "Date: 27 July 2024", title: "Unparalleled Expertise", quote: "The architectural and investment knowledge is unparalleled. They helped me find a property that perfectly matched my vision.", 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 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 is 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?_wi=2",
|
||||
imageAlt: "Luxury estate",
|
||||
},
|
||||
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 is 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"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Schedule Consultation", href: "/contact" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxe Estates - Luxury Real Estate & Premium Properties",
|
||||
description: "Discover exceptional luxury properties worldwide with Luxe Estates. Expert agents, curated listings, and personalized service for discerning clients.",
|
||||
keywords: "luxury real estate, premium properties, exclusive listings, high-end homes, investment properties",
|
||||
robots: {
|
||||
title: "Luxe Estates - Luxury Real Estate & Premium Properties", description: "Discover exceptional luxury properties worldwide with Luxe Estates. Expert agents, curated listings, and personalized service for discerning clients.", keywords: "luxury real estate, premium properties, exclusive listings, high-end homes, investment properties", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Luxe Estates - Luxury Real Estate",
|
||||
description: "Explore exclusive luxury properties from around the world.",
|
||||
siteName: "Luxe Estates",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Luxe Estates - Luxury Real Estate", description: "Explore exclusive luxury properties from around the world.", siteName: "Luxe Estates", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg",
|
||||
alt: "Luxury Property",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", alt: "Luxury Property"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Luxe Estates - Premium Real Estate",
|
||||
description: "Discover luxury properties and investment opportunities.",
|
||||
images: ["http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg"],
|
||||
card: "summary_large_image", title: "Luxe Estates - Premium Real Estate", description: "Discover luxury properties and investment opportunities.", images: ["http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
172
src/app/page.tsx
172
src/app/page.tsx
@@ -22,8 +22,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -31,8 +30,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -40,8 +38,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -49,8 +46,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Schedule Viewing", href: "/contact" },
|
||||
{ label: "Newsletter", href: "#" },
|
||||
@@ -80,9 +76,7 @@ export default function HomePage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Viewing", href: "/contact"}}
|
||||
brandName="Luxe Estates"
|
||||
/>
|
||||
</div>
|
||||
@@ -97,32 +91,22 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=2",
|
||||
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?_wi=2",
|
||||
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="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,36 +119,18 @@ export default function HomePage() {
|
||||
tagAnimation="entrance-slide"
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,40 +143,20 @@ export default function HomePage() {
|
||||
tagAnimation="entrance-slide"
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -231,7 +177,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Our Achievements", href: "/about" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,82 +190,22 @@ export default function HomePage() {
|
||||
tagAnimation="entrance-slide"
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -334,7 +220,7 @@ export default function HomePage() {
|
||||
{ text: "Schedule a Viewing", href: "/contact" },
|
||||
{ text: "Request Information", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -19,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -46,8 +43,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Schedule Viewing", href: "/contact" },
|
||||
{ label: "Newsletter", href: "#" },
|
||||
@@ -77,9 +73,7 @@ export default function PropertiesPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Viewing", href: "/contact"}}
|
||||
brandName="Luxe Estates"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,36 +87,18 @@ export default function PropertiesPage() {
|
||||
tagAnimation="entrance-slide"
|
||||
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?_wi=2",
|
||||
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?_wi=2",
|
||||
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?_wi=2",
|
||||
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 Details", href: "/properties" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,7 +119,7 @@ export default function PropertiesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,7 +134,7 @@ export default function PropertiesPage() {
|
||||
{ text: "Schedule Viewing", href: "/contact" },
|
||||
{ text: "Request Catalog", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -19,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -46,8 +43,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Schedule Viewing", href: "/contact" },
|
||||
{ label: "Newsletter", href: "#" },
|
||||
@@ -77,9 +73,7 @@ export default function TeamPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Viewing", href: "/contact"}}
|
||||
brandName="Luxe Estates"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,40 +87,20 @@ export default function TeamPage() {
|
||||
tagAnimation="entrance-slide"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Victoria Sterling",
|
||||
role: "Senior Agent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
imageAlt: "Victoria Sterling",
|
||||
},
|
||||
id: "1", name: "Victoria Sterling", role: "Senior Agent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Victoria Sterling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Richardson",
|
||||
role: "Market Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "James Richardson",
|
||||
},
|
||||
id: "2", name: "James Richardson", role: "Market Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amanda Chen",
|
||||
role: "Investment Advisor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
imageAlt: "Amanda Chen",
|
||||
},
|
||||
id: "3", name: "Amanda Chen", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Amanda Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Thompson",
|
||||
role: "International Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
|
||||
imageAlt: "Marcus Thompson",
|
||||
},
|
||||
id: "4", name: "Marcus Thompson", role: "International Lead", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Marcus Thompson"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Connect With Team", href: "/contact" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,7 +121,7 @@ export default function TeamPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,7 +136,7 @@ export default function TeamPage() {
|
||||
{ text: "Contact Team", href: "/contact" },
|
||||
{ text: "View Properties", href: "/properties" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user