Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user