Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c99640afc3 | |||
| 542beb5d43 | |||
| be4798cbe5 | |||
| cbcf841b1f | |||
| 12b9431244 | |||
| ffbc9f830b | |||
| ac9627d47c | |||
| c128bc1542 |
@@ -2,11 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Briefcase, Quote } from 'lucide-react';
|
||||
import { Briefcase, Quote, Star } from 'lucide-react';
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -32,42 +32,22 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Tour",
|
||||
href: "/contact"
|
||||
text: "Schedule Tour", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="company-story" data-section="company-story">
|
||||
<MediaSplitTabsAbout
|
||||
title="Our Story & Mission"
|
||||
description="Founded on the principles of integrity, expertise, and exceptional service, Luxe Properties has been transforming the real estate experience for discerning clients for over two decades."
|
||||
tabs={[
|
||||
{
|
||||
id: "heritage",
|
||||
label: "Our Heritage",
|
||||
description: "Established in 1998, Luxe Properties began as a boutique real estate firm with a vision to redefine luxury property transactions. Our founders recognized the need for a more personalized, sophisticated approach to real estate that would truly serve affluent clients."
|
||||
},
|
||||
{
|
||||
id: "philosophy",
|
||||
label: "Our Philosophy",
|
||||
description: "We believe that real estate is more than just transactions—it's about understanding dreams, lifestyle aspirations, and long-term goals. Every client relationship is built on trust, transparency, and a commitment to exceeding expectations."
|
||||
},
|
||||
{
|
||||
id: "innovation",
|
||||
label: "Innovation",
|
||||
description: "We leverage cutting-edge technology, market analytics, and digital marketing strategies while maintaining the personal touch that defines luxury service. Our approach combines traditional expertise with modern innovation."
|
||||
},
|
||||
{
|
||||
id: "community",
|
||||
label: "Community Impact",
|
||||
description: "Beyond business success, we're committed to giving back to the communities we serve through charitable initiatives, local partnerships, and sustainable development practices that benefit everyone."
|
||||
}
|
||||
]}
|
||||
<TestimonialAboutCard
|
||||
tag="Our Heritage"
|
||||
tagIcon={Star}
|
||||
title="Founded on the principles of integrity, expertise, and exceptional service, Luxe Properties has been transforming the real estate experience for discerning clients."
|
||||
description="Established in 1998"
|
||||
subdescription="Luxury Real Estate Leaders"
|
||||
icon={Quote}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=2"
|
||||
imageAlt="Luxe Properties team collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,32 +60,16 @@ export default function AboutPage() {
|
||||
tagIcon={Briefcase}
|
||||
features={[
|
||||
{
|
||||
title: "Luxury Buyer Representation",
|
||||
description: "Exclusive buyer advocacy including private property previews, market analysis, negotiation strategy, and concierge-level transaction management from search to closing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg?_wi=1",
|
||||
imageAlt: "Luxury buyer consultation service",
|
||||
button: { text: "Learn More", href: "/contact" }
|
||||
title: "Luxury Buyer Representation", description: "Exclusive buyer advocacy including private property previews, market analysis, negotiation strategy, and concierge-level transaction management from search to closing.", imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg?_wi=1", imageAlt: "Luxury buyer consultation service", button: { text: "Learn More", href: "/contact" }
|
||||
},
|
||||
{
|
||||
title: "Premium Listing & Marketing",
|
||||
description: "Comprehensive seller services featuring professional staging, high-end photography, targeted digital marketing, exclusive network access, and strategic pricing optimization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-plans-sale_23-2147650200.jpg?_wi=1",
|
||||
imageAlt: "Premium property marketing services",
|
||||
button: { text: "Learn More", href: "/contact" }
|
||||
title: "Premium Listing & Marketing", description: "Comprehensive seller services featuring professional staging, high-end photography, targeted digital marketing, exclusive network access, and strategic pricing optimization.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-plans-sale_23-2147650200.jpg?_wi=1", imageAlt: "Premium property marketing services", button: { text: "Learn More", href: "/contact" }
|
||||
},
|
||||
{
|
||||
title: "Investment Strategy & Advisory",
|
||||
description: "Expert investment analysis including market research, ROI projections, portfolio diversification, tax strategy consultation, and long-term wealth building through real estate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=1",
|
||||
imageAlt: "Real estate investment advisory",
|
||||
button: { text: "Learn More", href: "/contact" }
|
||||
title: "Investment Strategy & Advisory", description: "Expert investment analysis including market research, ROI projections, portfolio diversification, tax strategy consultation, and long-term wealth building through real estate.", imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=1", imageAlt: "Real estate investment advisory", button: { text: "Learn More", href: "/contact" }
|
||||
},
|
||||
{
|
||||
title: "Estate Planning & Relocation",
|
||||
description: "Specialized services for estate transitions, corporate relocations, trust property sales, and complex multi-generational real estate planning with legal and tax coordination.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-machete-house-with-magnifying-glass_23-2148269373.jpg",
|
||||
imageAlt: "Estate planning and relocation services",
|
||||
button: { text: "Learn More", href: "/contact" }
|
||||
title: "Estate Planning & Relocation", description: "Specialized services for estate transitions, corporate relocations, trust property sales, and complex multi-generational real estate planning with legal and tax coordination.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-machete-house-with-magnifying-glass_23-2148269373.jpg", imageAlt: "Estate planning and relocation services", button: { text: "Learn More", href: "/contact" }
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -123,28 +87,13 @@ export default function AboutPage() {
|
||||
tagIcon={Quote}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Wellington",
|
||||
role: "CEO & Entrepreneur",
|
||||
testimonial: "When relocating our headquarters, Luxe Properties handled both selling our previous building and finding the perfect new space. Their market expertise saved us over $200,000 in the process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
|
||||
imageAlt: "Sarah Wellington CEO testimonial"
|
||||
id: "1", name: "Sarah Wellington", role: "CEO & Entrepreneur", testimonial: "When relocating our headquarters, Luxe Properties handled both selling our previous building and finding the perfect new space. Their market expertise saved us over $200,000 in the process.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Sarah Wellington CEO testimonial"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Thompson",
|
||||
role: "Investment Portfolio Manager",
|
||||
testimonial: "Their investment analysis has been instrumental in building our real estate portfolio. In three years, we've seen a 40% return across our Luxe Properties acquisitions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Michael Thompson investment manager"
|
||||
id: "2", name: "Michael Thompson", role: "Investment Portfolio Manager", testimonial: "Their investment analysis has been instrumental in building our real estate portfolio. In three years, we've seen a 40% return across our Luxe Properties acquisitions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Thompson investment manager"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Patricia Rodriguez",
|
||||
role: "Philanthropist & Art Collector",
|
||||
testimonial: "Finding a home suitable for displaying my art collection was challenging until I met this team. They understood my unique needs and found the perfect gallery-style residence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
imageAlt: "Patricia Rodriguez art collector"
|
||||
id: "3", name: "Patricia Rodriguez", role: "Philanthropist & Art Collector", testimonial: "Finding a home suitable for displaying my art collection was challenging until I met this team. They understood my unique needs and found the perfect gallery-style residence.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Patricia Rodriguez art collector"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
|
||||
@@ -32,8 +32,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Tour",
|
||||
href: "/contact"
|
||||
text: "Schedule Tour", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,32 +58,16 @@ export default function ContactPage() {
|
||||
tagIcon={MapPin}
|
||||
features={[
|
||||
{
|
||||
title: "Downtown Office",
|
||||
description: "Visit our flagship location in the heart of the financial district. Private consultation rooms, property viewing lounges, and investment analysis center available by appointment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=3",
|
||||
imageAlt: "Luxe Properties downtown office",
|
||||
button: { text: "Book Office Visit", href: "#" }
|
||||
title: "Downtown Office", description: "Visit our flagship location in the heart of the financial district. Private consultation rooms, property viewing lounges, and investment analysis center available by appointment.", imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=3", imageAlt: "Luxe Properties downtown office", button: { text: "Book Office Visit", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Virtual Consultations",
|
||||
description: "Connect with our team from anywhere via secure video conferencing. Perfect for initial consultations, property reviews, and market analysis sessions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg?_wi=2",
|
||||
imageAlt: "Virtual real estate consultation",
|
||||
button: { text: "Schedule Video Call", href: "#" }
|
||||
title: "Virtual Consultations", description: "Connect with our team from anywhere via secure video conferencing. Perfect for initial consultations, property reviews, and market analysis sessions.", imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg?_wi=2", imageAlt: "Virtual real estate consultation", button: { text: "Schedule Video Call", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Private Property Tours",
|
||||
description: "Exclusive access to luxury properties with personalized tours led by our senior agents. Available seven days a week with flexible scheduling options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-plans-sale_23-2147650200.jpg?_wi=2",
|
||||
imageAlt: "Private property tour experience",
|
||||
button: { text: "Arrange Tour", href: "#" }
|
||||
title: "Private Property Tours", description: "Exclusive access to luxury properties with personalized tours led by our senior agents. Available seven days a week with flexible scheduling options.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-plans-sale_23-2147650200.jpg?_wi=2", imageAlt: "Private property tour experience", button: { text: "Arrange Tour", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Investment Seminars",
|
||||
description: "Attend our monthly investment seminars covering market trends, portfolio strategies, and exclusive opportunities. Complimentary for qualified investors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=2",
|
||||
imageAlt: "Real estate investment seminar",
|
||||
button: { text: "Register for Seminar", href: "#" }
|
||||
title: "Investment Seminars", description: "Attend our monthly investment seminars covering market trends, portfolio strategies, and exclusive opportunities. Complimentary for qualified investors.", imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=2", imageAlt: "Real estate investment seminar", button: { text: "Register for Seminar", href: "#" }
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -102,24 +85,16 @@ export default function ContactPage() {
|
||||
tagIcon={Clock}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "24/7",
|
||||
description: "Emergency Support for Active Transactions"
|
||||
id: "1", value: "24/7", description: "Emergency Support for Active Transactions"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "7 Days",
|
||||
description: "Property Viewing Availability"
|
||||
id: "2", value: "7 Days", description: "Property Viewing Availability"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "< 1 Hour",
|
||||
description: "Average Response Time During Business Hours"
|
||||
id: "3", value: "< 1 Hour", description: "Average Response Time During Business Hours"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "365 Days",
|
||||
description: "Annual Market Monitoring & Updates"
|
||||
id: "4", value: "365 Days", description: "Annual Market Monitoring & Updates"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
126
src/app/page.tsx
126
src/app/page.tsx
@@ -3,13 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Home, Building2, Briefcase, TrendingUp, Quote } from 'lucide-react';
|
||||
import { Home, Building2, Briefcase, TrendingUp, Quote, Star } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -36,8 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Tour",
|
||||
href: "/contact"
|
||||
text: "Schedule Tour", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,63 +54,38 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg",
|
||||
imageAlt: "Luxury modern home exterior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Luxury modern home exterior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg",
|
||||
imageAlt: "Contemporary penthouse living room"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Contemporary penthouse living room"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=1",
|
||||
imageAlt: "Beachfront villa with ocean view"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=1", imageAlt: "Beachfront villa with ocean view"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg",
|
||||
imageAlt: "Urban apartment high-rise view"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg", imageAlt: "Urban apartment high-rise view"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg?_wi=1",
|
||||
imageAlt: "Suburban family home with garden"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg?_wi=1", imageAlt: "Suburban family home with garden"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-frankfurt-downtown-germany_1268-20884.jpg",
|
||||
imageAlt: "Commercial office building"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-frankfurt-downtown-germany_1268-20884.jpg", imageAlt: "Commercial office building"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaSplitTabsAbout
|
||||
title="Why Choose Luxe Properties"
|
||||
description="We are dedicated to connecting discerning clients with exceptional properties that match their lifestyle and investment goals."
|
||||
tabs={[
|
||||
{
|
||||
id: "expertise",
|
||||
label: "Expertise",
|
||||
description: "With over 25 years of industry experience, our team brings unparalleled knowledge of local markets, property values, and investment opportunities. We understand the nuances of each neighborhood and community."
|
||||
},
|
||||
{
|
||||
id: "service",
|
||||
label: "White-Glove Service",
|
||||
description: "Every client receives personalized attention from start to finish. From property tours to closing day, we handle every detail with precision and care. Your satisfaction is our priority."
|
||||
},
|
||||
{
|
||||
id: "network",
|
||||
label: "Exclusive Network",
|
||||
description: "Our extensive network of sellers, buyers, and partners gives our clients access to exclusive off-market properties and opportunities before they hit the open market."
|
||||
},
|
||||
{
|
||||
id: "results",
|
||||
label: "Proven Results",
|
||||
description: "We have successfully completed over 2,500 transactions worth more than $1.2 billion. Our track record speaks to our commitment to excellence and client success."
|
||||
}
|
||||
]}
|
||||
<TestimonialAboutCard
|
||||
tag="Premium Experience"
|
||||
tagIcon={Star}
|
||||
title="They took social media off our plate completely and our audience has never been more engaged."
|
||||
description="Elena Chen"
|
||||
subdescription="Bloom Skincare"
|
||||
icon={Quote}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=1"
|
||||
imageAlt="Professional real estate team in modern office"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,32 +98,16 @@ export default function HomePage() {
|
||||
tagIcon={Building2}
|
||||
features={[
|
||||
{
|
||||
title: "Waterfront Villa",
|
||||
description: "Stunning 5-bedroom oceanfront estate with private beach access, infinity pool, and breathtaking sunset views. Newly renovated with modern amenities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg?_wi=1",
|
||||
imageAlt: "Luxury waterfront villa",
|
||||
button: { text: "View Details", href: "/properties" }
|
||||
title: "Waterfront Villa", description: "Stunning 5-bedroom oceanfront estate with private beach access, infinity pool, and breathtaking sunset views. Newly renovated with modern amenities.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg?_wi=1", imageAlt: "Luxury waterfront villa", button: { text: "View Details", href: "/properties" }
|
||||
},
|
||||
{
|
||||
title: "Downtown Penthouse",
|
||||
description: "Sophisticated 3-bedroom luxury apartment on the 42nd floor with panoramic city views, smart home technology, and concierge service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1",
|
||||
imageAlt: "Modern downtown penthouse",
|
||||
button: { text: "View Details", href: "/properties" }
|
||||
title: "Downtown Penthouse", description: "Sophisticated 3-bedroom luxury apartment on the 42nd floor with panoramic city views, smart home technology, and concierge service.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1", imageAlt: "Modern downtown penthouse", button: { text: "View Details", href: "/properties" }
|
||||
},
|
||||
{
|
||||
title: "Historic Estate",
|
||||
description: "Beautifully preserved 8-bedroom mansion with heritage architecture, manicured grounds, guest house, and wine cellar. Perfect for entertaining.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drone-view-pommer-mansion-taul-moldova-old-abandoned-building-with-greenery-around-it_1268-23460.jpg?_wi=1",
|
||||
imageAlt: "Grand historic estate property",
|
||||
button: { text: "View Details", href: "/properties" }
|
||||
title: "Historic Estate", description: "Beautifully preserved 8-bedroom mansion with heritage architecture, manicured grounds, guest house, and wine cellar. Perfect for entertaining.", imageSrc: "http://img.b2bpic.net/free-photo/drone-view-pommer-mansion-taul-moldova-old-abandoned-building-with-greenery-around-it_1268-23460.jpg?_wi=1", imageAlt: "Grand historic estate property", button: { text: "View Details", href: "/properties" }
|
||||
},
|
||||
{
|
||||
title: "Modern Town House",
|
||||
description: "Contemporary 4-bedroom townhouse in vibrant neighborhood with rooftop terrace, minimalist design, and prime walkable location near restaurants and shops.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=1",
|
||||
imageAlt: "Stylish modern townhouse",
|
||||
button: { text: "View Details", href: "/properties" }
|
||||
title: "Modern Town House", description: "Contemporary 4-bedroom townhouse in vibrant neighborhood with rooftop terrace, minimalist design, and prime walkable location near restaurants and shops.", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=1", imageAlt: "Stylish modern townhouse", button: { text: "View Details", href: "/properties" }
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
@@ -167,24 +125,16 @@ export default function HomePage() {
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "2,500+",
|
||||
description: "Successful Transactions Completed"
|
||||
id: "1", value: "2,500+", description: "Successful Transactions Completed"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "$1.2B+",
|
||||
description: "Total Property Value Managed"
|
||||
id: "2", value: "$1.2B+", description: "Total Property Value Managed"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction Rate"
|
||||
id: "3", value: "98%", description: "Client Satisfaction Rate"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "25+",
|
||||
description: "Years of Industry Experience"
|
||||
id: "4", value: "25+", description: "Years of Industry Experience"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -202,36 +152,16 @@ export default function HomePage() {
|
||||
tagIcon={Quote}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margaret Richardson",
|
||||
role: "Homeowner",
|
||||
testimonial: "The team at Luxe Properties made our home search effortless. They understood exactly what we wanted and found us the perfect family home within weeks. Exceptional service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Margaret Richardson"
|
||||
id: "1", name: "Margaret Richardson", role: "Homeowner", testimonial: "The team at Luxe Properties made our home search effortless. They understood exactly what we wanted and found us the perfect family home within weeks. Exceptional service!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Margaret Richardson"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Investment Advisor",
|
||||
testimonial: "Outstanding investment guidance. The market analysis and property recommendations have helped us build a strong real estate portfolio with consistent returns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "David Chen"
|
||||
id: "2", name: "David Chen", role: "Investment Advisor", testimonial: "Outstanding investment guidance. The market analysis and property recommendations have helped us build a strong real estate portfolio with consistent returns.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Vasquez",
|
||||
role: "Business Owner",
|
||||
testimonial: "Selling my commercial property was seamless with their expertise. They negotiated an excellent price and managed all the complex details. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
|
||||
imageAlt: "Elena Vasquez"
|
||||
id: "3", name: "Elena Vasquez", role: "Business Owner", testimonial: "Selling my commercial property was seamless with their expertise. They negotiated an excellent price and managed all the complex details. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Elena Vasquez"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Morrison",
|
||||
role: "Executive",
|
||||
testimonial: "White-glove service is an understatement. From scheduling tours to closing day, every detail was handled professionally. This is how real estate should be done.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "James Morrison"
|
||||
id: "4", name: "James Morrison", role: "Executive", testimonial: "White-glove service is an understatement. From scheduling tours to closing day, every detail was handled professionally. This is how real estate should be done.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Morrison"
|
||||
}
|
||||
]}
|
||||
animationType="opacity"
|
||||
|
||||
@@ -32,8 +32,7 @@ export default function PropertiesPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Tour",
|
||||
href: "/contact"
|
||||
text: "Schedule Tour", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,46 +45,22 @@ export default function PropertiesPage() {
|
||||
tagIcon={Building2}
|
||||
features={[
|
||||
{
|
||||
title: "Oceanfront Penthouse Suite",
|
||||
description: "Breathtaking 4-bedroom penthouse with floor-to-ceiling windows, private elevator access, and 360-degree ocean views. Features chef's kitchen, spa bathroom, and rooftop deck.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2",
|
||||
imageAlt: "Luxury oceanfront penthouse",
|
||||
button: { text: "View Details", href: "#" }
|
||||
title: "Oceanfront Penthouse Suite", description: "Breathtaking 4-bedroom penthouse with floor-to-ceiling windows, private elevator access, and 360-degree ocean views. Features chef's kitchen, spa bathroom, and rooftop deck.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2", imageAlt: "Luxury oceanfront penthouse", button: { text: "View Details", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Historic Brownstone Mansion",
|
||||
description: "Meticulously restored 6-bedroom Victorian mansion featuring original hardwood floors, stained glass windows, library, and formal gardens in prestigious neighborhood.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drone-view-pommer-mansion-taul-moldova-old-abandoned-building-with-greenery-around-it_1268-23460.jpg?_wi=2",
|
||||
imageAlt: "Victorian brownstone mansion",
|
||||
button: { text: "View Details", href: "#" }
|
||||
title: "Historic Brownstone Mansion", description: "Meticulously restored 6-bedroom Victorian mansion featuring original hardwood floors, stained glass windows, library, and formal gardens in prestigious neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/drone-view-pommer-mansion-taul-moldova-old-abandoned-building-with-greenery-around-it_1268-23460.jpg?_wi=2", imageAlt: "Victorian brownstone mansion", button: { text: "View Details", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Modern Glass Residence",
|
||||
description: "Striking contemporary home with open-concept design, smart home technology, infinity pool, and panoramic city skyline views. Architect-designed for luxury living.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=2",
|
||||
imageAlt: "Modern glass house",
|
||||
button: { text: "View Details", href: "#" }
|
||||
title: "Modern Glass Residence", description: "Striking contemporary home with open-concept design, smart home technology, infinity pool, and panoramic city skyline views. Architect-designed for luxury living.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=2", imageAlt: "Modern glass house", button: { text: "View Details", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Waterfront Estate Complex",
|
||||
description: "Exclusive 10-bedroom estate on 5 acres with private marina, guest cottages, tennis court, and helicopter pad. Perfect for entertaining and luxury lifestyle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg?_wi=2",
|
||||
imageAlt: "Waterfront estate complex",
|
||||
button: { text: "View Details", href: "#" }
|
||||
title: "Waterfront Estate Complex", description: "Exclusive 10-bedroom estate on 5 acres with private marina, guest cottages, tennis court, and helicopter pad. Perfect for entertaining and luxury lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg?_wi=2", imageAlt: "Waterfront estate complex", button: { text: "View Details", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Urban Loft Development",
|
||||
description: "Converted warehouse featuring 12 luxury loft units with exposed brick, steel beams, and industrial elegance. Prime downtown location with retail space below.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=2",
|
||||
imageAlt: "Urban loft conversion",
|
||||
button: { text: "View Details", href: "#" }
|
||||
title: "Urban Loft Development", description: "Converted warehouse featuring 12 luxury loft units with exposed brick, steel beams, and industrial elegance. Prime downtown location with retail space below.", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=2", imageAlt: "Urban loft conversion", button: { text: "View Details", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Mountain Retreat Lodge",
|
||||
description: "Rustic luxury cabin on 20 acres with mountain vistas, stone fireplace, wine cellar, and private hiking trails. Perfect for year-round recreation and relaxation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg?_wi=2",
|
||||
imageAlt: "Mountain retreat lodge",
|
||||
button: { text: "View Details", href: "#" }
|
||||
title: "Mountain Retreat Lodge", description: "Rustic luxury cabin on 20 acres with mountain vistas, stone fireplace, wine cellar, and private hiking trails. Perfect for year-round recreation and relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg?_wi=2", imageAlt: "Mountain retreat lodge", button: { text: "View Details", href: "#" }
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
@@ -103,24 +78,16 @@ export default function PropertiesPage() {
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15.2%",
|
||||
description: "Average Annual Property Appreciation"
|
||||
id: "1", value: "15.2%", description: "Average Annual Property Appreciation"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "847",
|
||||
description: "Properties Successfully Sold This Year"
|
||||
id: "2", value: "847", description: "Properties Successfully Sold This Year"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "42 Days",
|
||||
description: "Average Time on Market"
|
||||
id: "3", value: "42 Days", description: "Average Time on Market"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "96%",
|
||||
description: "Properties Sold Above Asking Price"
|
||||
id: "4", value: "96%", description: "Properties Sold Above Asking Price"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user