2 Commits

View File

@@ -1,7 +1,6 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -40,64 +39,7 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardDashboard
background={{ variant: "radial-gradient" }}
tag="Premium Properties"
tagIcon={Sparkles}
title="Discover Luxury Living in Hong Kong"
description="Explore our curated selection of premium residential and commercial properties across Hong Kong's most prestigious locations. Your dream property awaits."
buttons={[
{ text: "Browse Properties", href: "/properties" },
{ text: "Contact Agent", href: "/contact" }
]}
dashboard={{
title: "Hong Kong Property Market",
logoIcon: Building2,
imageSrc: "https://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-838.jpg",
searchPlaceholder: "Search by location or property type",
buttons: [
{ text: "View All", href: "/properties" },
{ text: "Save Search", href: "#" }
],
sidebarItems: [
{ icon: House },
{ icon: House },
{ icon: House }
],
stats: [
{
title: "Active Listings",
values: [145, 168, 192],
description: "Premium properties available"
},
{
title: "Avg Price",
values: [12500000, 13200000, 14800000],
valuePrefix: "HK$",
description: "Per square foot in prime areas"
},
{
title: "Satisfied Clients",
values: [850, 920, 1050],
description: "Properties sold this year"
}
],
chartTitle: "Market Growth Trend",
chartData: [
{ value: 65 },
{ value: 75 },
{ value: 85 },
{ value: 80 },
{ value: 95 }
],
listTitle: "Recent Transactions",
listItems: [
{ icon: CircleDollarSign, title: "Peak District - Penthouse", status: "Sold" },
{ icon: ArrowLeftRight, title: "Central - Luxury Apartment", status: "Listed" },
{ icon: Send, title: "Mid-Levels - Villa", status: "Under Offer" }
]
}}
/>
<div />
</div>
<div id="featured" data-section="featured">