Update src/app/page.tsx

This commit is contained in:
2026-04-02 23:31:01 +00:00
parent 72a8c6db53
commit d1aaa4a23b

View File

@@ -43,6 +43,7 @@ export default function LandingPage() {
<HeroBillboardDashboard
title="Timeless Tailoring"
description="Crafted for the modern gentleman, redefined by tradition."
background={{ variant: "plain" }}
buttons={[{ text: "Shop Now", href: "#collections" }]}
dashboard={{
title: "Collection Stats", stats: [
@@ -120,6 +121,7 @@ export default function LandingPage() {
<ContactCenter
title="Join the Inner Circle"
description="Get exclusive early access to new collections."
background={{ variant: "plain" }}
buttonText="Subscribe"
tag="Newsletter"
useInvertedBackground={false}