Update src/app/page.tsx

This commit is contained in:
2026-03-16 20:30:04 +00:00
parent 879f2f29da
commit 092b47abc7

View File

@@ -60,21 +60,19 @@ export default function LandingPage() {
{ label: "Happy Customers", value: "42.5K+" }
]}
mediaAnimation="blur-reveal"
useInvertedBackground={false}
enableKpiAnimation={false}
/>
</div>
<div id="hero-logo" data-section="hero-logo">
<HeroLogoBillboard
title="Trusted Luxury Brands"
logoText="Trusted Luxury Brands"
description="Featuring the world's most sought-after luxury timepieces"
logos={[
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", "http://img.b2bpic.net/free-photo/cooking-vlogger_23-2148161768.jpg", "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg"
buttons={[
{ text: "Shop Now", href: "#products" }
]}
logoAlts={[
"Luxury watch collection", "Watch showcase", "Premium timepiece"
]}
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}
mediaAnimation="blur-reveal"
/>
</div>