Bob AI: Can you change the hero section to something else ...

This commit is contained in:
2026-02-04 15:18:35 +00:00
parent dd5d140f1b
commit 4f69f70690

View File

@@ -1,7 +1,7 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import HeroLuxury from '@/components/sections/hero/HeroLuxury';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -40,7 +40,7 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardDashboard
<HeroLuxury
background={{ variant: "radial-gradient" }}
tag="Premium Properties"
tagIcon={Sparkles}
@@ -50,53 +50,6 @@ export default function HomePage() {
{ 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>