332 lines
13 KiB
TypeScript
332 lines
13 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
|
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
|
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
|
import Link from "next/link";
|
|
import { Home, Star, Briefcase, TrendingUp, Users, Award, MessageSquare, Phone } from "lucide-react";
|
|
|
|
export default function HomePage() {
|
|
const navItems = [
|
|
{ name: "Browse Listings", id: "listings" },
|
|
{ name: "About Us", id: "about" },
|
|
{ name: "Services", id: "services" },
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
{ name: "Contact", id: "contact" },
|
|
];
|
|
|
|
const footerColumns = [
|
|
{
|
|
items: [
|
|
{ label: "Home", href: "/" },
|
|
{ label: "Browse Listings", href: "/listings" },
|
|
{ label: "About Us", href: "/about" },
|
|
{ label: "Services", href: "#services" },
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{ label: "For Buyers", href: "#" },
|
|
{ label: "For Sellers", href: "#" },
|
|
{ label: "For Investors", href: "#" },
|
|
{ label: "Market Insights", href: "#" },
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{ label: "Contact Us", href: "#contact" },
|
|
{ label: "Schedule Tour", href: "#" },
|
|
{ label: "FAQ", href: "#" },
|
|
{ label: "Blog", href: "#" },
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms of Service", href: "#" },
|
|
{ label: "Disclaimer", href: "#" },
|
|
{ label: "Accessibility", href: "#" },
|
|
],
|
|
},
|
|
];
|
|
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="mediumSmall"
|
|
sizing="largeSmallSizeLargeTitles"
|
|
background="floatingGradient"
|
|
cardStyle="outline"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="bold"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
brandName="LuxeProperty"
|
|
navItems={navItems}
|
|
button={{
|
|
text: "Post Your Property",
|
|
href: "https://example.com/post-property",
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardGallery
|
|
title="Discover Your Dream Home"
|
|
description="Browse premium real estate listings across the city. From luxury penthouses to charming family homes, we have the perfect property for you."
|
|
tag="Trusted Real Estate Platform"
|
|
tagIcon={Home}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "radial-gradient" }}
|
|
mediaItems={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006204.jpg",
|
|
imageAlt: "Luxury modern home exterior",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg",
|
|
imageAlt: "Modern apartment interior",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg",
|
|
imageAlt: "Luxury villa with pool",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-gray-white-building-with-windows-blue-sky_181624-5131.jpg",
|
|
imageAlt: "Premium commercial property",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006204.jpg",
|
|
imageAlt: "Beautiful residential neighborhood",
|
|
},
|
|
]}
|
|
mediaAnimation="slide-up"
|
|
buttons={[
|
|
{ text: "Browse Listings", href: "/listings" },
|
|
{ text: "Schedule Tour", href: "#contact" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="listings" data-section="listings">
|
|
<ProductCardThree
|
|
title="Featured Listings"
|
|
description="Explore our handpicked selection of premium properties available now."
|
|
tag="Premium Selection"
|
|
tagIcon={Star}
|
|
tagAnimation="opacity"
|
|
products={[
|
|
{
|
|
id: "prop-001",
|
|
name: "Modern Downtown Penthouse",
|
|
price: "$2,500,000",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg",
|
|
imageAlt: "Modern downtown penthouse with city views",
|
|
},
|
|
{
|
|
id: "prop-002",
|
|
name: "Luxury Villa with Pool",
|
|
price: "$3,800,000",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg",
|
|
imageAlt: "Luxury villa with swimming pool and gardens",
|
|
},
|
|
{
|
|
id: "prop-003",
|
|
name: "Beachfront Estate",
|
|
price: "$5,200,000",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-gray-white-building-with-windows-blue-sky_181624-5131.jpg",
|
|
imageAlt: "Beachfront luxury estate property",
|
|
},
|
|
]}
|
|
gridVariant="three-columns-all-equal-width"
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
buttons={[{ text: "View All Properties", href: "/listings" }]}
|
|
buttonAnimation="opacity"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardNine
|
|
title="Our Real Estate Services"
|
|
description="Comprehensive solutions for buyers, sellers, and investors."
|
|
tag="What We Offer"
|
|
tagIcon={Briefcase}
|
|
tagAnimation="slide-up"
|
|
features={[
|
|
{
|
|
id: 1,
|
|
title: "Property Buying",
|
|
description: "Find your perfect home with expert guidance from our experienced agents. We help you navigate the buying process with confidence.",
|
|
phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg",
|
|
},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg",
|
|
},
|
|
},
|
|
{
|
|
id: 2,
|
|
title: "Property Selling",
|
|
description: "Sell your property for the best price. Our marketing strategies and professional staging ensure maximum visibility and value.",
|
|
phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg",
|
|
},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-gray-white-building-with-windows-blue-sky_181624-5131.jpg",
|
|
},
|
|
},
|
|
{
|
|
id: 3,
|
|
title: "Investment Opportunities",
|
|
description: "Explore lucrative real estate investment options. Our analysts provide market insights and property recommendations.",
|
|
phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-gray-white-building-with-windows-blue-sky_181624-5131.jpg",
|
|
},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg",
|
|
},
|
|
},
|
|
]}
|
|
showStepNumbers={true}
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
useInvertedBackground={true}
|
|
buttons={[{ text: "Learn More", href: "#about" }]}
|
|
buttonAnimation="opacity"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardOne
|
|
title="Why Choose LuxeProperty"
|
|
description="Proven track record of success in the real estate market."
|
|
tag="Our Track Record"
|
|
tagIcon={TrendingUp}
|
|
tagAnimation="slide-up"
|
|
metrics={[
|
|
{
|
|
id: "1",
|
|
value: "2500",
|
|
title: "Properties Sold",
|
|
description: "Successfully closed transactions across all segments",
|
|
icon: Home,
|
|
},
|
|
{
|
|
id: "2",
|
|
value: "15000",
|
|
title: "Happy Clients",
|
|
description: "Satisfied buyers and sellers nationwide",
|
|
icon: Users,
|
|
},
|
|
{
|
|
id: "3",
|
|
value: "380",
|
|
title: "Million Dollars",
|
|
description: "Total transaction volume",
|
|
icon: TrendingUp,
|
|
},
|
|
{
|
|
id: "4",
|
|
value: "25",
|
|
title: "Years Experience",
|
|
description: "Industry expertise and market knowledge",
|
|
icon: Award,
|
|
},
|
|
]}
|
|
gridVariant="uniform-all-items-equal"
|
|
animationType="scale-rotate"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
buttons={[{ text: "Get Started", href: "#contact" }]}
|
|
buttonAnimation="opacity"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTen
|
|
title="What Our Clients Say"
|
|
description="Real experiences from satisfied buyers and sellers who found their dream homes with us."
|
|
tag="Testimonials"
|
|
tagIcon={MessageSquare}
|
|
tagAnimation="slide-up"
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
title: "Found My Dream Home",
|
|
quote: "The team at LuxeProperty made the entire buying process smooth and stress-free. Their expert guidance helped me find the perfect home within my budget.",
|
|
name: "James Mitchell",
|
|
role: "Home Buyer",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-looking-camera_23-2147900055.jpg",
|
|
imageAlt: "James Mitchell testimonial photo",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Sold in Record Time",
|
|
quote: "I was amazed at how quickly they sold my property and for such a great price. Their marketing strategy really worked. Highly recommended!",
|
|
name: "Sarah Chen",
|
|
role: "Property Seller",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.jpg",
|
|
imageAlt: "Sarah Chen testimonial photo",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "Investment Success",
|
|
quote: "The investment properties recommended by LuxeProperty have been excellent performers. Their market analysis is spot-on and invaluable.",
|
|
name: "Michael & Jennifer Davis",
|
|
role: "Real Estate Investors",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-bookstore-date_23-2150396430.jpg",
|
|
imageAlt: "Michael and Jennifer Davis testimonial photo",
|
|
},
|
|
{
|
|
id: "4",
|
|
title: "Professional Service",
|
|
quote: "From initial consultation to closing, the professionalism and attention to detail was exceptional. I couldn't ask for better service.",
|
|
name: "Emily Rodriguez",
|
|
role: "First-Time Homebuyer",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg",
|
|
imageAlt: "Emily Rodriguez testimonial photo",
|
|
},
|
|
]}
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
buttons={[{ text: "Share Your Story", href: "#contact" }]}
|
|
buttonAnimation="opacity"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCTA
|
|
tag="Ready to Move?"
|
|
tagIcon={Phone}
|
|
tagAnimation="slide-up"
|
|
title="Start Your Real Estate Journey Today"
|
|
description="Whether you're buying, selling, or investing, our expert team is ready to help you achieve your real estate goals. Get in touch now."
|
|
buttons={[
|
|
{ text: "Contact Our Team", href: "https://example.com/contact-form" },
|
|
{ text: "Schedule Free Consultation", href: "https://example.com/consultation" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
background={{ variant: "plain" }}
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoEmphasis logoText="LuxeProperty" columns={footerColumns} />
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |