Update src/app/page.tsx
This commit is contained in:
@@ -60,21 +60,19 @@ export default function LandingPage() {
|
|||||||
{ label: "Happy Customers", value: "42.5K+" }
|
{ label: "Happy Customers", value: "42.5K+" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
enableKpiAnimation={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-logo" data-section="hero-logo">
|
<div id="hero-logo" data-section="hero-logo">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
title="Trusted Luxury Brands"
|
logoText="Trusted Luxury Brands"
|
||||||
description="Featuring the world's most sought-after luxury timepieces"
|
description="Featuring the world's most sought-after luxury timepieces"
|
||||||
logos={[
|
buttons={[
|
||||||
"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"
|
{ text: "Shop Now", href: "#products" }
|
||||||
]}
|
]}
|
||||||
logoAlts={[
|
background={{ variant: "radial-gradient" }}
|
||||||
"Luxury watch collection", "Watch showcase", "Premium timepiece"
|
mediaAnimation="blur-reveal"
|
||||||
]}
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user