Merge version_2 into main #2
@@ -3,7 +3,6 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
@@ -13,29 +12,25 @@ export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Properties", id: "properties" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Schedule Viewing", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "/team" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Team", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Buy Properties", href: "/" },
|
||||
{ label: "Sell Property", href: "/" },
|
||||
{ label: "Investment Analysis", href: "/" },
|
||||
@@ -43,17 +38,15 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Luxe", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Luxe", href: "/" },
|
||||
{ label: "Our Team", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "News", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Disclaimers", href: "/" },
|
||||
@@ -83,61 +76,16 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-agency" data-section="about-agency">
|
||||
<MediaAbout
|
||||
title="Our Legacy in Luxury Real Estate"
|
||||
description="Since our founding over two decades ago, Luxe Properties has established an unparalleled reputation as the premier destination for high-net-worth individuals and sophisticated investors seeking exceptional residential properties. Our unwavering commitment to discretion, excellence, and transformative results has earned us recognition as the gold standard in luxury real estate."
|
||||
tag="About Luxe Properties"
|
||||
tagIcon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173721.jpg?_wi=2"
|
||||
imageAlt="Luxe Properties headquarters and team"
|
||||
buttons={[
|
||||
{ text: "Our Values", href: "/about" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
title="Distinguished Leadership & Specialists"
|
||||
description="Meet the exceptional professionals who bring decades of combined expertise to every client relationship and transaction."
|
||||
tag="Expert Team"
|
||||
title="Bude spolupracovať s"
|
||||
description="Our expert team members specializing in luxury real estate transactions and client relationships."
|
||||
tag="Team Members"
|
||||
tagIcon={Users}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexandra Sterling",
|
||||
role: "Chief Executive Officer",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
|
||||
imageAlt: "Alexandra Sterling CEO",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Mitchell",
|
||||
role: "Senior Real Estate Advisor",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "James Mitchell Senior Advisor",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Victoria Chen",
|
||||
role: "Property Valuation Specialist",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
|
||||
imageAlt: "Victoria Chen Valuation Specialist",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Henderson",
|
||||
role: "Investment Strategist",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg",
|
||||
imageAlt: "Marcus Henderson Investment Strategist",
|
||||
},
|
||||
id: "1", name: "Ing. Michaela Polačková", role: "Maklérka", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Michaela Polačková"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -164,10 +112,10 @@ export default function AboutPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={footerColumns}
|
||||
bottomLeftText="© 2025 Luxe Properties. All rights reserved."
|
||||
bottomRightText="Luxury Real Estate Excellence"
|
||||
bottomLeftText="© 2025 Premet s.r.o. All rights reserved."
|
||||
bottomRightText="Design by David Pavlík"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
@@ -13,29 +12,25 @@ export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Properties", id: "properties" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Schedule Viewing", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "/team" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Team", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Buy Properties", href: "/" },
|
||||
{ label: "Sell Property", href: "/" },
|
||||
{ label: "Investment Analysis", href: "/" },
|
||||
@@ -43,17 +38,15 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Luxe", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Luxe", href: "/" },
|
||||
{ label: "Our Team", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "News", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Disclaimers", href: "/" },
|
||||
@@ -83,22 +76,6 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-hero" data-section="contact-hero">
|
||||
<MediaAbout
|
||||
title="Get in Touch with Our Team"
|
||||
description="We're committed to understanding your unique needs and providing personalized guidance on every aspect of your real estate journey. Reach out today to schedule a confidential consultation or request detailed information about our services and properties."
|
||||
tag="Contact Information"
|
||||
tagIcon={Mail}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173721.jpg?_wi=3"
|
||||
imageAlt="Luxe Properties contact team"
|
||||
buttons={[
|
||||
{ text: "Schedule Call", href: "/contact" },
|
||||
{ text: "View Properties", href: "/properties" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-methods" data-section="contact-methods">
|
||||
<FeatureCardThree
|
||||
title="How to Connect"
|
||||
@@ -107,32 +84,17 @@ export default function ContactPage() {
|
||||
tagIcon={Star}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Phone Consultation",
|
||||
description:
|
||||
"Speak directly with our specialists to discuss properties, investment strategies, and real estate objectives.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=3",
|
||||
imageAlt: "Phone consultation service",
|
||||
},
|
||||
id: "01", title: "Phone Consultation", description:
|
||||
"Speak directly with our specialists to discuss properties, investment strategies, and real estate objectives.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=3", imageAlt: "Phone consultation service"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Email Inquiry",
|
||||
description:
|
||||
"Send detailed information about your interests and receive thoughtful, comprehensive responses from our team.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-133598.jpg?_wi=3",
|
||||
imageAlt: "Email communication",
|
||||
},
|
||||
id: "02", title: "Email Inquiry", description:
|
||||
"Send detailed information about your interests and receive thoughtful, comprehensive responses from our team.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-133598.jpg?_wi=3", imageAlt: "Email communication"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Private Office Meeting",
|
||||
description:
|
||||
"Visit our headquarters to meet with specialists in person and explore properties in detail with portfolio review.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2848.jpg?_wi=2",
|
||||
imageAlt: "Office meeting space",
|
||||
},
|
||||
id: "03", title: "Private Office Meeting", description:
|
||||
"Visit our headquarters to meet with specialists in person and explore properties in detail with portfolio review.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2848.jpg?_wi=2", imageAlt: "Office meeting space"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -159,10 +121,10 @@ export default function ContactPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={footerColumns}
|
||||
bottomLeftText="© 2025 Luxe Properties. All rights reserved."
|
||||
bottomRightText="Luxury Real Estate Excellence"
|
||||
bottomLeftText="© 2025 Premet s.r.o. All rights reserved."
|
||||
bottomRightText="Design by David Pavlík"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,31 +6,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxury Real Estate | Premium Properties | Luxe Agency",
|
||||
description: "Discover exceptional luxury properties and exclusive real estate investments with Luxe Properties. Expert agents specializing in high-end residential markets.",
|
||||
keywords: "luxury real estate, high-end properties, exclusive listings, premium homes, luxury apartments, real estate investment",
|
||||
openGraph: {
|
||||
title: "Luxury Real Estate | Premium Properties | Luxe Agency",
|
||||
description: "Discover exceptional luxury properties and exclusive real estate investments with Luxe Properties.",
|
||||
url: "https://luxeproperties.com",
|
||||
siteName: "Luxe Properties",
|
||||
type: "website",
|
||||
},
|
||||
title: "Luxury Real Estate | Premium Properties | Luxe Agency", description: "Discover exceptional luxury properties and exclusive real estate investments with Luxe Properties. Expert agents specializing in high-end residential markets.", keywords: "luxury real estate, high-end properties, exclusive listings, premium homes, luxury apartments, real estate investment", openGraph: {
|
||||
title: "Luxury Real Estate | Premium Properties | Luxe Agency", description: "Discover exceptional luxury properties and exclusive real estate investments with Luxe Properties.", url: "https://luxeproperties.com", siteName: "Luxe Properties", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Luxury Real Estate | Premium Properties",
|
||||
description: "Discover exceptional luxury properties with Luxe Properties.",
|
||||
},
|
||||
card: "summary_large_image", title: "Luxury Real Estate | Premium Properties", description: "Discover exceptional luxury properties with Luxe Properties."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -1421,4 +1408,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
246
src/app/page.tsx
246
src/app/page.tsx
@@ -5,7 +5,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
@@ -17,29 +16,25 @@ export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Properties", id: "properties" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Schedule Viewing", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "/team" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Team", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Buy Properties", href: "/" },
|
||||
{ label: "Sell Property", href: "/" },
|
||||
{ label: "Investment Analysis", href: "/" },
|
||||
@@ -47,17 +42,15 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Luxe", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Luxe", href: "/" },
|
||||
{ label: "Our Team", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "News", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Disclaimers", href: "/" },
|
||||
@@ -96,29 +89,19 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=1",
|
||||
imageAlt: "Luxury modern mansion exterior",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=1", imageAlt: "Luxury modern mansion exterior"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=1",
|
||||
imageAlt: "Contemporary villa interior design",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=1", imageAlt: "Contemporary villa interior design"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg",
|
||||
imageAlt: "Modern penthouse with city views",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Modern penthouse with city views"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg",
|
||||
imageAlt: "Beachfront luxury property",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg", imageAlt: "Beachfront luxury property"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=2",
|
||||
imageAlt: "Exclusive estate with grounds",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=2", imageAlt: "Exclusive estate with grounds"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View Collections", href: "/properties" },
|
||||
@@ -137,32 +120,14 @@ export default function HomePage() {
|
||||
tagIcon={Gem}
|
||||
products={[
|
||||
{
|
||||
id: "property-1",
|
||||
name: "Metropolitan Penthouse",
|
||||
price: "$8,500,000",
|
||||
variant: "4 Bed | 4 Bath | Downtown",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=1",
|
||||
imageAlt: "Metropolitan luxury penthouse",
|
||||
},
|
||||
id: "property-1", name: "Luxury Penthouse - Downtown Bratislava", price: "€2,450,000", variant: "4 Bed | 4 Bath | Downtown", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=1", imageAlt: "Downtown luxury penthouse"},
|
||||
{
|
||||
id: "property-2",
|
||||
name: "Coastal Villa Estate",
|
||||
price: "$12,200,000",
|
||||
variant: "5 Bed | 6 Bath | Beachfront",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg?_wi=1",
|
||||
imageAlt: "Coastal luxury villa",
|
||||
},
|
||||
id: "property-2", name: "Exclusive Villa - Old Town District", price: "€3,850,000", variant: "5 Bed | 6 Bath | Historic Center", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg?_wi=1", imageAlt: "Old town luxury villa"},
|
||||
{
|
||||
id: "property-3",
|
||||
name: "Contemporary Mansion",
|
||||
price: "$15,750,000",
|
||||
variant: "7 Bed | 8 Bath | Gated Estate",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=1",
|
||||
imageAlt: "Contemporary luxury mansion",
|
||||
},
|
||||
id: "property-3", name: "Premier Estate - Danube Riverside", price: "€5,200,000", variant: "7 Bed | 8 Bath | River View", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=1", imageAlt: "Danube riverside luxury estate"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -171,23 +136,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Elevating Luxury Real Estate"
|
||||
description="With over two decades of experience, Luxe Properties has established itself as the premier destination for high-net-worth individuals seeking exceptional residential investments. Our commitment to excellence, discretion, and results is unmatched in the industry."
|
||||
tag="About Our Agency"
|
||||
tagIcon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173721.jpg?_wi=1"
|
||||
imageAlt="Luxe Properties office and team"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "/about" },
|
||||
{ text: "Meet Our Team", href: "/team" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
title="Luxury Services"
|
||||
description="We provide comprehensive real estate solutions tailored to discerning clients with specific requirements."
|
||||
@@ -195,43 +144,19 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Personal Concierge",
|
||||
description:
|
||||
"Dedicated agents providing white-glove service and insider access to off-market properties.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=1",
|
||||
imageAlt: "Premium concierge service",
|
||||
},
|
||||
id: "01", title: "Personal Concierge", description:
|
||||
"Dedicated agents providing white-glove service and insider access to off-market properties.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=1", imageAlt: "Premium concierge service"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Investment Analysis",
|
||||
description:
|
||||
"Expert portfolio management and market insights for strategic real estate investments.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-133598.jpg?_wi=1",
|
||||
imageAlt: "Financial investment strategy",
|
||||
},
|
||||
id: "02", title: "Investment Analysis", description:
|
||||
"Expert portfolio management and market insights for strategic real estate investments.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-133598.jpg?_wi=1", imageAlt: "Financial investment strategy"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Virtual Tours",
|
||||
description:
|
||||
"Immersive 3D experiences and drone photography to explore properties from anywhere.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2848.jpg?_wi=1",
|
||||
imageAlt: "Virtual property tour technology",
|
||||
},
|
||||
{
|
||||
id: "04",
|
||||
title: "Location Intelligence",
|
||||
description:
|
||||
"In-depth area analysis including development trends, amenities, and exclusive neighborhood insights.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=1",
|
||||
imageAlt: "Premium location mapping",
|
||||
},
|
||||
id: "03", title: "Virtual Tours", description:
|
||||
"Immersive 3D experiences and drone photography to explore properties from anywhere.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2848.jpg?_wi=1", imageAlt: "Virtual property tour technology"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -245,10 +170,10 @@ export default function HomePage() {
|
||||
tag="By The Numbers"
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{ id: "1", icon: Home, title: "Properties Sold", value: "500+" },
|
||||
{ id: "2", icon: DollarSign, title: "Total Sales Value", value: "$2.8B" },
|
||||
{ id: "3", icon: Users, title: "Happy Clients", value: "1,200+" },
|
||||
{ id: "4", icon: Award, title: "Industry Awards", value: "47" },
|
||||
{ id: "1", icon: Home, title: "Properties Sold", value: "0" },
|
||||
{ id: "2", icon: DollarSign, title: "Total Sales Value", value: "0" },
|
||||
{ id: "3", icon: Users, title: "Happy Clients", value: "0" },
|
||||
{ id: "4", icon: Award, title: "Industry Awards", value: "0" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -262,98 +187,7 @@ export default function HomePage() {
|
||||
description="Hear from our distinguished clients about their journey with Luxe Properties."
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Catherine & Robert Ashton",
|
||||
date: "Date: December 2024",
|
||||
title: "A transformative real estate experience",
|
||||
quote:
|
||||
"Working with Luxe Properties was exceptional. The team's expertise in luxury markets and attention to detail ensured we found the perfect penthouse within weeks. Their discretion and professionalism throughout the entire process was remarkable.",
|
||||
tag: "Premium Client",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
avatarAlt: "Catherine Ashton",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "Catherine and Robert Ashton",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Sutherland, Entrepreneur",
|
||||
date: "Date: November 2024",
|
||||
title: "Best decision we made",
|
||||
quote:
|
||||
"The investment advisory team provided invaluable insights that helped us build a diversified real estate portfolio. Their market knowledge and strategic approach delivered exceptional returns. Highly recommended.",
|
||||
tag: "Investor",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
avatarAlt: "David Sutherland",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
imageAlt: "David Sutherland",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Isabella Rossi, Executive",
|
||||
date: "Date: October 2024",
|
||||
title: "Unparalleled service and expertise",
|
||||
quote:
|
||||
"From initial consultation to closing, every aspect was handled with grace and sophistication. The agents truly understand what discerning clients expect. I couldn't have asked for a better experience.",
|
||||
tag: "Executive",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg",
|
||||
avatarAlt: "Isabella Rossi",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg",
|
||||
imageAlt: "Isabella Rossi",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Zhang, Collector",
|
||||
date: "Date: September 2024",
|
||||
title: "Masterful in their craft",
|
||||
quote:
|
||||
"The team found us a rare coastal estate that perfectly matched our criteria. Their access to exclusive off-market listings is unmatched. A truly premier agency.",
|
||||
tag: "Collector",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
avatarAlt: "Michael Zhang",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||
imageAlt: "Michael Zhang",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia & Thomas Wright",
|
||||
date: "Date: August 2024",
|
||||
title: "Exceeded our expectations completely",
|
||||
quote:
|
||||
"The entire process was seamless. The agents went above and beyond to ensure we felt confident in our decision. Their integrity and commitment to excellence is evident in everything they do.",
|
||||
tag: "Family",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
avatarAlt: "Sophia Wright",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
|
||||
imageAlt: "Sophia and Thomas Wright",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Victoria Blackwood, Philanthropist",
|
||||
date: "Date: July 2024",
|
||||
title: "Truly exceptional professionals",
|
||||
quote:
|
||||
"In my decades of real estate transactions, I've never experienced such refined service. Every detail mattered. Luxe Properties is the gold standard in luxury real estate.",
|
||||
tag: "VIP Client",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
avatarAlt: "Victoria Blackwood",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4",
|
||||
imageAlt: "Victoria Blackwood",
|
||||
},
|
||||
]}
|
||||
testimonials={[]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -377,10 +211,10 @@ export default function HomePage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={footerColumns}
|
||||
bottomLeftText="© 2025 Luxe Properties. All rights reserved."
|
||||
bottomRightText="Luxury Real Estate Excellence"
|
||||
bottomLeftText="© 2025 Premet s.r.o. All rights reserved."
|
||||
bottomRightText="Design by David Pavlík"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,29 +13,25 @@ export default function PropertiesPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Properties", id: "properties" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Schedule Viewing", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "/team" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Team", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Buy Properties", href: "/" },
|
||||
{ label: "Sell Property", href: "/" },
|
||||
{ label: "Investment Analysis", href: "/" },
|
||||
@@ -43,17 +39,15 @@ export default function PropertiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Luxe", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Luxe", href: "/" },
|
||||
{ label: "Our Team", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "News", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Disclaimers", href: "/" },
|
||||
@@ -91,50 +85,20 @@ export default function PropertiesPage() {
|
||||
tagIcon={Gem}
|
||||
products={[
|
||||
{
|
||||
id: "property-1",
|
||||
name: "Metropolitan Penthouse",
|
||||
price: "$8,500,000",
|
||||
variant: "4 Bed | 4 Bath | Downtown",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=2",
|
||||
imageAlt: "Metropolitan luxury penthouse",
|
||||
},
|
||||
id: "property-1", name: "Luxury Penthouse - Downtown Bratislava", price: "€2,450,000", variant: "4 Bed | 4 Bath | Downtown", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=2", imageAlt: "Downtown luxury penthouse"},
|
||||
{
|
||||
id: "property-2",
|
||||
name: "Coastal Villa Estate",
|
||||
price: "$12,200,000",
|
||||
variant: "5 Bed | 6 Bath | Beachfront",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg?_wi=2",
|
||||
imageAlt: "Coastal luxury villa",
|
||||
},
|
||||
id: "property-2", name: "Exclusive Villa - Old Town District", price: "€3,850,000", variant: "5 Bed | 6 Bath | Historic Center", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg?_wi=2", imageAlt: "Old town luxury villa"},
|
||||
{
|
||||
id: "property-3",
|
||||
name: "Contemporary Mansion",
|
||||
price: "$15,750,000",
|
||||
variant: "7 Bed | 8 Bath | Gated Estate",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=2",
|
||||
imageAlt: "Contemporary luxury mansion",
|
||||
},
|
||||
id: "property-3", name: "Premier Estate - Danube Riverside", price: "€5,200,000", variant: "7 Bed | 8 Bath | River View", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=2", imageAlt: "Danube riverside luxury estate"},
|
||||
{
|
||||
id: "property-4",
|
||||
name: "Alpine Ski Retreat",
|
||||
price: "$9,800,000",
|
||||
variant: "6 Bed | 7 Bath | Mountain View",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=3",
|
||||
imageAlt: "Alpine mountain luxury retreat",
|
||||
},
|
||||
id: "property-4", name: "Alpine Ski Retreat", price: "€9,800,000", variant: "6 Bed | 7 Bath | Mountain View", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=3", imageAlt: "Alpine mountain luxury retreat"},
|
||||
{
|
||||
id: "property-5",
|
||||
name: "Urban Art Deco Loft",
|
||||
price: "$5,400,000",
|
||||
variant: "3 Bed | 3 Bath | Arts District",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=2",
|
||||
imageAlt: "Urban art deco luxury loft",
|
||||
},
|
||||
id: "property-5", name: "Urban Art Deco Loft", price: "€5,400,000", variant: "3 Bed | 3 Bath | Arts District", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=2", imageAlt: "Urban art deco luxury loft"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -151,32 +115,17 @@ export default function PropertiesPage() {
|
||||
tagIcon={Star}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Market Analysis",
|
||||
description:
|
||||
"Comprehensive research into emerging markets, appreciation trends, and investment opportunities in premium locations.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-133598.jpg?_wi=2",
|
||||
imageAlt: "Market analysis and research",
|
||||
},
|
||||
id: "01", title: "Market Analysis", description:
|
||||
"Comprehensive research into emerging markets, appreciation trends, and investment opportunities in premium locations.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-133598.jpg?_wi=2", imageAlt: "Market analysis and research"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Financing Solutions",
|
||||
description:
|
||||
"Connections with premier lenders and structured financing options tailored to high-value acquisitions and complex portfolios.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=2",
|
||||
imageAlt: "Premium financing solutions",
|
||||
},
|
||||
id: "02", title: "Financing Solutions", description:
|
||||
"Connections with premier lenders and structured financing options tailored to high-value acquisitions and complex portfolios.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=2", imageAlt: "Premium financing solutions"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Legal & Tax Optimization",
|
||||
description:
|
||||
"Expert guidance on structuring acquisitions for optimal tax efficiency and wealth preservation strategies.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=2",
|
||||
imageAlt: "Legal and tax consultation",
|
||||
},
|
||||
id: "03", title: "Legal & Tax Optimization", description:
|
||||
"Expert guidance on structuring acquisitions for optimal tax efficiency and wealth preservation strategies.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=2", imageAlt: "Legal and tax consultation"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -203,10 +152,10 @@ export default function PropertiesPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={footerColumns}
|
||||
bottomLeftText="© 2025 Luxe Properties. All rights reserved."
|
||||
bottomRightText="Luxury Real Estate Excellence"
|
||||
bottomLeftText="© 2025 Premet s.r.o. All rights reserved."
|
||||
bottomRightText="Design by David Pavlík"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user