Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3016f0464a | |||
| 4bda01cf0c | |||
| a5cbf54964 | |||
| 1b2e4d0b39 | |||
| 7e6e290fe6 | |||
| 9a79187fe8 | |||
| f18c0f1d2e | |||
| 7e9a2b1ccc | |||
| 599d4b47e9 |
@@ -14,22 +14,20 @@ export default function AboutPage() {
|
||||
{ name: "Properties", id: "properties" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "#" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Market Reports", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -84,19 +80,13 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "15+ Years Excellence",
|
||||
description: "Delivering premium properties that exceed expectations and define luxury standards.",
|
||||
icon: Award,
|
||||
title: "15+ Years Excellence", description: "Delivering premium properties that exceed expectations and define luxury standards.", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "500+ Happy Clients",
|
||||
description: "Trusted by discerning buyers and investors worldwide seeking quality and exclusivity.",
|
||||
icon: Users,
|
||||
title: "500+ Happy Clients", description: "Trusted by discerning buyers and investors worldwide seeking quality and exclusivity.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Prime Locations",
|
||||
description: "Strategic developments in the most desirable neighborhoods with unmatched accessibility.",
|
||||
icon: MapPin,
|
||||
title: "Prime Locations", description: "Strategic developments in the most desirable neighborhoods with unmatched accessibility.", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2"
|
||||
@@ -105,9 +95,7 @@ export default function AboutPage() {
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -118,34 +106,16 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Expertise",
|
||||
title: "Strategic Locations",
|
||||
subtitle: "Prime addresses with proven appreciation",
|
||||
description:
|
||||
"Our properties are positioned in the most sought-after neighborhoods with strong market fundamentals, ensuring long-term value and appreciation potential for investors and residents alike.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=9",
|
||||
imageAlt: "Luxury penthouse with city views",
|
||||
},
|
||||
tag: "Expertise", title: "Strategic Locations", subtitle: "Prime addresses with proven appreciation", description:
|
||||
"Our properties are positioned in the most sought-after neighborhoods with strong market fundamentals, ensuring long-term value and appreciation potential for investors and residents alike.", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=9", imageAlt: "Luxury penthouse with city views"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Design",
|
||||
title: "Architectural Excellence",
|
||||
subtitle: "World-class design meets functionality",
|
||||
description:
|
||||
"Each development showcases innovative architecture blended with practical elegance. Our award-winning design teams ensure every detail contributes to an exceptional living experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=7",
|
||||
imageAlt: "Exclusive beachfront villa",
|
||||
},
|
||||
tag: "Design", title: "Architectural Excellence", subtitle: "World-class design meets functionality", description:
|
||||
"Each development showcases innovative architecture blended with practical elegance. Our award-winning design teams ensure every detail contributes to an exceptional living experience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=7", imageAlt: "Exclusive beachfront villa"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Quality",
|
||||
title: "Premium Amenities",
|
||||
subtitle: "Luxury facilities that enhance lifestyle",
|
||||
description:
|
||||
"From state-of-the-art fitness centers to concierge services, our properties feature comprehensive amenities designed for sophisticated living and convenience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=8",
|
||||
imageAlt: "Contemporary urban townhouse",
|
||||
},
|
||||
tag: "Quality", title: "Premium Amenities", subtitle: "Luxury facilities that enhance lifestyle", description:
|
||||
"From state-of-the-art fitness centers to concierge services, our properties feature comprehensive amenities designed for sophisticated living and convenience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=8", imageAlt: "Contemporary urban townhouse"},
|
||||
]}
|
||||
title="Why Choose Luxe Properties"
|
||||
description="We deliver more than properties—we deliver investments in lifestyle, quality, and future value."
|
||||
@@ -156,9 +126,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Benefits",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Benefits", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -168,36 +136,16 @@ export default function AboutPage() {
|
||||
<TeamCardSix
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexander Johnson",
|
||||
role: "CEO & Founder",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-black-elegant-suit-fashion-male-posing-studio-white-background_158538-27234.jpg?_wi=2",
|
||||
imageAlt: "Alexander Johnson",
|
||||
},
|
||||
id: "1", name: "Alexander Johnson", role: "CEO & Founder", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-black-elegant-suit-fashion-male-posing-studio-white-background_158538-27234.jpg?_wi=2", imageAlt: "Alexander Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Patricia Chen",
|
||||
role: "Chief Development Officer",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2",
|
||||
imageAlt: "Patricia Chen",
|
||||
},
|
||||
id: "2", name: "Patricia Chen", role: "Chief Development Officer", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "Patricia Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Williams",
|
||||
role: "Head of Design",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg?_wi=2",
|
||||
imageAlt: "Robert Williams",
|
||||
},
|
||||
id: "3", name: "Robert Williams", role: "Head of Design", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg?_wi=2", imageAlt: "Robert Williams"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michelle Rodriguez",
|
||||
role: "Director of Sales",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-works-laptop-desk-modern-office_78826-2813.jpg?_wi=2",
|
||||
imageAlt: "Michelle Rodriguez",
|
||||
},
|
||||
id: "4", name: "Michelle Rodriguez", role: "Director of Sales", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-works-laptop-desk-modern-office_78826-2813.jpg?_wi=2", imageAlt: "Michelle Rodriguez"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -210,9 +158,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Full Team",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Meet Full Team", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
|
||||
@@ -10,22 +10,20 @@ export default function ContactPage() {
|
||||
{ name: "Properties", id: "properties" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "#" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -33,8 +31,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Market Reports", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
@@ -42,8 +39,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
190
src/app/page.tsx
190
src/app/page.tsx
@@ -35,26 +35,23 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Team", href: "#team" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Press", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Market Reports", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
@@ -62,8 +59,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -72,6 +68,12 @@ export default function HomePage() {
|
||||
},
|
||||
];
|
||||
|
||||
const handlePropertyClick = (propertyId: string, propertyName: string) => {
|
||||
console.log(`Inquiry for property: ${propertyName}`);
|
||||
// Route to property detail or inquiry page
|
||||
window.location.href = `/property/${propertyId}`;
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -99,12 +101,10 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-634.jpg",
|
||||
imageAlt: "Modern luxury building exterior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-634.jpg", imageAlt: "Modern luxury building exterior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fireplace-with-woods-modern-wooden-house_627829-249.jpg",
|
||||
imageAlt: "Luxury apartment interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fireplace-with-woods-modern-wooden-house_627829-249.jpg", imageAlt: "Luxury apartment interior"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -129,25 +129,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Metropolitan Penthouse",
|
||||
price: "$2,850,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=1",
|
||||
imageAlt: "Luxury penthouse with city views",
|
||||
id: "1", name: "Metropolitan Penthouse", price: "$2,850,000", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=1", imageAlt: "Luxury penthouse with city views", onProductClick: () => handlePropertyClick("1", "Metropolitan Penthouse"),
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Seaside Villa Estate",
|
||||
price: "$3,200,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1",
|
||||
imageAlt: "Exclusive beachfront villa",
|
||||
id: "2", name: "Seaside Villa Estate", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Exclusive beachfront villa", onProductClick: () => handlePropertyClick("2", "Seaside Villa Estate"),
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Modern Urban Townhouse",
|
||||
price: "$1,450,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=1",
|
||||
imageAlt: "Contemporary urban townhouse",
|
||||
id: "3", name: "Modern Urban Townhouse", price: "$1,450,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=1", imageAlt: "Contemporary urban townhouse", onProductClick: () => handlePropertyClick("3", "Modern Urban Townhouse"),
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -168,19 +156,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "15+ Years Excellence",
|
||||
description: "Delivering premium properties that exceed expectations and define luxury standards.",
|
||||
icon: Award,
|
||||
title: "15+ Years Excellence", description: "Delivering premium properties that exceed expectations and define luxury standards.", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "500+ Happy Clients",
|
||||
description: "Trusted by discerning buyers and investors worldwide seeking quality and exclusivity.",
|
||||
icon: Users,
|
||||
title: "500+ Happy Clients", description: "Trusted by discerning buyers and investors worldwide seeking quality and exclusivity.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Prime Locations",
|
||||
description: "Strategic developments in the most desirable neighborhoods with unmatched accessibility.",
|
||||
icon: MapPin,
|
||||
title: "Prime Locations", description: "Strategic developments in the most desirable neighborhoods with unmatched accessibility.", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=1"
|
||||
@@ -204,27 +186,15 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Expertise",
|
||||
title: "Strategic Locations",
|
||||
subtitle: "Prime addresses with proven appreciation",
|
||||
description: "Our properties are positioned in the most sought-after neighborhoods with strong market fundamentals, ensuring long-term value and appreciation potential for investors and residents alike.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=2",
|
||||
tag: "Expertise", title: "Strategic Locations", subtitle: "Prime addresses with proven appreciation", description: "Our properties are positioned in the most sought-after neighborhoods with strong market fundamentals, ensuring long-term value and appreciation potential for investors and residents alike.", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Design",
|
||||
title: "Architectural Excellence",
|
||||
subtitle: "World-class design meets functionality",
|
||||
description: "Each development showcases innovative architecture blended with practical elegance. Our award-winning design teams ensure every detail contributes to an exceptional living experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2",
|
||||
tag: "Design", title: "Architectural Excellence", subtitle: "World-class design meets functionality", description: "Each development showcases innovative architecture blended with practical elegance. Our award-winning design teams ensure every detail contributes to an exceptional living experience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Quality",
|
||||
title: "Premium Amenities",
|
||||
subtitle: "Luxury facilities that enhance lifestyle",
|
||||
description: "From state-of-the-art fitness centers to concierge services, our properties feature comprehensive amenities designed for sophisticated living and convenience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=2",
|
||||
tag: "Quality", title: "Premium Amenities", subtitle: "Luxury facilities that enhance lifestyle", description: "From state-of-the-art fitness centers to concierge services, our properties feature comprehensive amenities designed for sophisticated living and convenience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=2"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Benefits", href: "#" }]}
|
||||
@@ -243,32 +213,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500",
|
||||
title: "Properties Delivered",
|
||||
description: "Premium residences completed and occupied",
|
||||
icon: Home,
|
||||
id: "1", value: "500", title: "Properties Delivered", description: "Premium residences completed and occupied", icon: Home,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15",
|
||||
title: "Years of Excellence",
|
||||
description: "Industry-leading experience and expertise",
|
||||
icon: Award,
|
||||
id: "2", value: "15", title: "Years of Excellence", description: "Industry-leading experience and expertise", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98",
|
||||
title: "Client Satisfaction",
|
||||
description: "Percentage of clients who recommend us",
|
||||
icon: ThumbsUp,
|
||||
id: "3", value: "98", title: "Client Satisfaction", description: "Percentage of clients who recommend us", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "25",
|
||||
title: "Award Wins",
|
||||
description: "Recognition for architectural excellence",
|
||||
icon: Star,
|
||||
id: "4", value: "25", title: "Award Wins", description: "Recognition for architectural excellence", icon: Star,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -289,70 +243,22 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell, Investment Director",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Exceptional investment opportunity with outstanding returns",
|
||||
quote: "Luxe Properties delivered exactly what they promised. The penthouse investment has appreciated 22% in just two years, and the rental yield exceeded our projections. Their team's professionalism and attention to detail made the entire process seamless.",
|
||||
tag: "Metropolitan Penthouse",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg",
|
||||
avatarAlt: "Sarah Mitchell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=3",
|
||||
id: "1", name: "Sarah Mitchell, Investment Director", date: "Date: 15 November 2024", title: "Exceptional investment opportunity with outstanding returns", quote: "Luxe Properties delivered exactly what they promised. The penthouse investment has appreciated 22% in just two years, and the rental yield exceeded our projections. Their team's professionalism and attention to detail made the entire process seamless.", tag: "Metropolitan Penthouse", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Richardson, CEO",
|
||||
date: "Date: 08 October 2024",
|
||||
title: "Dream home exceeded all expectations",
|
||||
quote: "We were amazed by the quality and attention to detail in every aspect of our new villa. From the stunning architecture to the premium finishes, it's truly a sanctuary. The location is perfect, and the community is wonderful.",
|
||||
tag: "Seaside Villa Estate",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
|
||||
avatarAlt: "James Richardson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3",
|
||||
id: "2", name: "James Richardson, CEO", date: "Date: 08 October 2024", title: "Dream home exceeded all expectations", quote: "We were amazed by the quality and attention to detail in every aspect of our new villa. From the stunning architecture to the premium finishes, it's truly a sanctuary. The location is perfect, and the community is wonderful.", tag: "Seaside Villa Estate", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", avatarAlt: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Chen, Entrepreneur",
|
||||
date: "Date: 22 September 2024",
|
||||
title: "Professional service and transparent dealings",
|
||||
quote: "Working with Luxe Properties was refreshingly different. No hidden costs, clear timelines, and genuine expertise. They guided us through every decision and helped us find the perfect townhouse that matches our lifestyle.",
|
||||
tag: "Urban Townhouse",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-man-phone_23-2148018605.jpg",
|
||||
avatarAlt: "Emma Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=3",
|
||||
id: "3", name: "Emma Chen, Entrepreneur", date: "Date: 22 September 2024", title: "Professional service and transparent dealings", quote: "Working with Luxe Properties was refreshingly different. No hidden costs, clear timelines, and genuine expertise. They guided us through every decision and helped us find the perfect townhouse that matches our lifestyle.", tag: "Urban Townhouse", avatarSrc: "http://img.b2bpic.net/free-photo/business-man-phone_23-2148018605.jpg", avatarAlt: "Emma Chen", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Foster, Investor",
|
||||
date: "Date: 12 August 2024",
|
||||
title: "Best real estate investment decision I made",
|
||||
quote: "The market analysis provided by Luxe Properties was invaluable. Their predictions about neighborhood development proved accurate, and the property value has soared. I'm now looking at additional investments with them.",
|
||||
tag: "Metropolitan Penthouse",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg",
|
||||
avatarAlt: "David Foster",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=4",
|
||||
id: "4", name: "David Foster, Investor", date: "Date: 12 August 2024", title: "Best real estate investment decision I made", quote: "The market analysis provided by Luxe Properties was invaluable. Their predictions about neighborhood development proved accurate, and the property value has soared. I'm now looking at additional investments with them.", tag: "Metropolitan Penthouse", avatarSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", avatarAlt: "David Foster", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=4"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Victoria Lawson, Retired Executive",
|
||||
date: "Date: 30 July 2024",
|
||||
title: "Luxury living made effortless",
|
||||
quote: "At this stage of life, we wanted the best without the hassle. Luxe Properties understood our needs perfectly and found us a villa that's become our sanctuary. The concierge service is impeccable.",
|
||||
tag: "Seaside Villa Estate",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
avatarAlt: "Victoria Lawson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=4",
|
||||
id: "5", name: "Victoria Lawson, Retired Executive", date: "Date: 30 July 2024", title: "Luxury living made effortless", quote: "At this stage of life, we wanted the best without the hassle. Luxe Properties understood our needs perfectly and found us a villa that's become our sanctuary. The concierge service is impeccable.", tag: "Seaside Villa Estate", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", avatarAlt: "Victoria Lawson", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=4"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Torres, Business Owner",
|
||||
date: "Date: 15 June 2024",
|
||||
title: "Investment that keeps giving",
|
||||
quote: "Not only is the townhouse beautiful and modern, but the location has become a hot spot for development. My property value has increased significantly, and the rental market is strong. Highly recommend Luxe Properties.",
|
||||
tag: "Urban Townhouse",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2952.jpg",
|
||||
avatarAlt: "Michael Torres",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=4",
|
||||
id: "6", name: "Michael Torres, Business Owner", date: "Date: 15 June 2024", title: "Investment that keeps giving", quote: "Not only is the townhouse beautiful and modern, but the location has become a hot spot for development. My property value has increased significantly, and the rental market is strong. Highly recommend Luxe Properties.", tag: "Urban Townhouse", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2952.jpg", avatarAlt: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=4"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Read More Reviews", href: "#" }]}
|
||||
@@ -371,37 +277,21 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexander Johnson",
|
||||
role: "CEO & Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-black-elegant-suit-fashion-male-posing-studio-white-background_158538-27234.jpg?_wi=1",
|
||||
imageAlt: "Alexander Johnson",
|
||||
id: "1", name: "Alexander Johnson", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-black-elegant-suit-fashion-male-posing-studio-white-background_158538-27234.jpg?_wi=1", imageAlt: "Alexander Johnson"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Patricia Chen",
|
||||
role: "Chief Development Officer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1",
|
||||
imageAlt: "Patricia Chen",
|
||||
id: "2", name: "Patricia Chen", role: "Chief Development Officer", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "Patricia Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Williams",
|
||||
role: "Head of Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg?_wi=1",
|
||||
imageAlt: "Robert Williams",
|
||||
id: "3", name: "Robert Williams", role: "Head of Design", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg?_wi=1", imageAlt: "Robert Williams"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michelle Rodriguez",
|
||||
role: "Director of Sales",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-works-laptop-desk-modern-office_78826-2813.jpg?_wi=1",
|
||||
imageAlt: "Michelle Rodriguez",
|
||||
id: "4", name: "Michelle Rodriguez", role: "Director of Sales", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-works-laptop-desk-modern-office_78826-2813.jpg?_wi=1", imageAlt: "Michelle Rodriguez"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Meet Full Team", href: "#" }]}
|
||||
buttons={[{ text: "Meet Full Team", href: "/about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -23,26 +23,23 @@ export default function PropertiesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Team", href: "#team" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Press", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Market Reports", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
@@ -50,8 +47,7 @@ export default function PropertiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -88,26 +84,11 @@ export default function PropertiesPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Metropolitan Penthouse",
|
||||
price: "$2,850,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=5",
|
||||
imageAlt: "Luxury penthouse with city views",
|
||||
},
|
||||
id: "1", name: "Metropolitan Penthouse", price: "$2,850,000", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=5", imageAlt: "Luxury penthouse with city views"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Seaside Villa Estate",
|
||||
price: "$3,200,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=5",
|
||||
imageAlt: "Exclusive beachfront villa",
|
||||
},
|
||||
id: "2", name: "Seaside Villa Estate", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=5", imageAlt: "Exclusive beachfront villa"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Modern Urban Townhouse",
|
||||
price: "$1,450,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=5",
|
||||
imageAlt: "Contemporary urban townhouse",
|
||||
},
|
||||
id: "3", name: "Modern Urban Townhouse", price: "$1,450,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=5", imageAlt: "Contemporary urban townhouse"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -128,28 +109,13 @@ export default function PropertiesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Location",
|
||||
title: "Prime Neighborhoods",
|
||||
subtitle: "Strategic positions in high-demand areas",
|
||||
description: "Our properties are located in neighborhoods with strong rental markets, excellent schools, vibrant communities, and easy access to transportation, dining, and entertainment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=6",
|
||||
},
|
||||
tag: "Location", title: "Prime Neighborhoods", subtitle: "Strategic positions in high-demand areas", description: "Our properties are located in neighborhoods with strong rental markets, excellent schools, vibrant communities, and easy access to transportation, dining, and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=6"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Appreciation",
|
||||
title: "Value Growth",
|
||||
subtitle: "Strong historical appreciation rates",
|
||||
description: "Properties in our portfolio consistently outperform market averages. With demographic growth and infrastructure development, your investment appreciates significantly over time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=6",
|
||||
},
|
||||
tag: "Appreciation", title: "Value Growth", subtitle: "Strong historical appreciation rates", description: "Properties in our portfolio consistently outperform market averages. With demographic growth and infrastructure development, your investment appreciates significantly over time.", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=6"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Income",
|
||||
title: "Rental Potential",
|
||||
subtitle: "Strong market rental yields",
|
||||
description: "High demand for rental properties in our locations ensures consistent income streams. Professional management services available to maximize your returns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=6",
|
||||
},
|
||||
tag: "Income", title: "Rental Potential", subtitle: "Strong market rental yields", description: "High demand for rental properties in our locations ensures consistent income streams. Professional management services available to maximize your returns.", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=6"},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Tour", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -167,38 +133,11 @@ export default function PropertiesPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell, Investment Director",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Exceptional investment opportunity with outstanding returns",
|
||||
quote: "Luxe Properties delivered exactly what they promised. The penthouse investment has appreciated 22% in just two years, and the rental yield exceeded our projections. Their team's professionalism and attention to detail made the entire process seamless.",
|
||||
tag: "Metropolitan Penthouse",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg",
|
||||
avatarAlt: "Sarah Mitchell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=7",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell, Investment Director", date: "Date: 15 November 2024", title: "Exceptional investment opportunity with outstanding returns", quote: "Luxe Properties delivered exactly what they promised. The penthouse investment has appreciated 22% in just two years, and the rental yield exceeded our projections. Their team's professionalism and attention to detail made the entire process seamless.", tag: "Metropolitan Penthouse", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=7"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Foster, Investor",
|
||||
date: "Date: 12 August 2024",
|
||||
title: "Best real estate investment decision I made",
|
||||
quote: "The market analysis provided by Luxe Properties was invaluable. Their predictions about neighborhood development proved accurate, and the property value has soared. I'm now looking at additional investments with them.",
|
||||
tag: "Metropolitan Penthouse",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg",
|
||||
avatarAlt: "David Foster",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=8",
|
||||
},
|
||||
id: "2", name: "David Foster, Investor", date: "Date: 12 August 2024", title: "Best real estate investment decision I made", quote: "The market analysis provided by Luxe Properties was invaluable. Their predictions about neighborhood development proved accurate, and the property value has soared. I'm now looking at additional investments with them.", tag: "Metropolitan Penthouse", avatarSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", avatarAlt: "David Foster", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=8"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Torres, Business Owner",
|
||||
date: "Date: 15 June 2024",
|
||||
title: "Investment that keeps giving",
|
||||
quote: "Not only is the townhouse beautiful and modern, but the location has become a hot spot for development. My property value has increased significantly, and the rental market is strong. Highly recommend Luxe Properties.",
|
||||
tag: "Urban Townhouse",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2952.jpg",
|
||||
avatarAlt: "Michael Torres",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=7",
|
||||
},
|
||||
id: "3", name: "Michael Torres, Business Owner", date: "Date: 15 June 2024", title: "Investment that keeps giving", quote: "Not only is the townhouse beautiful and modern, but the location has become a hot spot for development. My property value has increased significantly, and the rental market is strong. Highly recommend Luxe Properties.", tag: "Urban Townhouse", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2952.jpg", avatarAlt: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=7"},
|
||||
]}
|
||||
buttons={[{ text: "View All Testimonials", href: "/" }]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user