2 Commits

Author SHA1 Message Date
9dcef27139 Update src/app/page.tsx 2026-06-08 13:12:31 +00:00
8bdd3a8ee5 Merge version_1 into main
Merge version_1 into main
2026-06-08 13:08:31 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "plain"}} variant: "sparkles-gradient"}}
logoText="CHROME HEARTS" logoText="CHROME HEARTS"
description="Unleash your spirit. Define your legacy. Master-crafted luxury that defies convention." description="Unleash your spirit. Define your legacy. Master-crafted luxury that defies convention."
buttons={[ buttons={[
@@ -79,7 +79,7 @@ export default function LandingPage() {
<div id="problem-solution" data-section="problem-solution"> <div id="problem-solution" data-section="problem-solution">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="In a world of fleeting trends, find your permanent mark. \\n\\nWe craft legends, not accessories." title="In a world of fleeting trends, find your permanent mark. \n\nWe craft legends, not accessories."
buttons={[ buttons={[
{ {
text: "Our Philosophy", href: "#legacy"}, text: "Our Philosophy", href: "#legacy"},
@@ -201,7 +201,7 @@ export default function LandingPage() {
{ {
value: "50+", label: "Global Boutique Locations"}, value: "50+", label: "Global Boutique Locations"},
]} ]}
title="Voices of the Visionaries. \\nOur Clients Define Legacy." title="Voices of the Visionaries. \nOur Clients Define Legacy."
description="Hear directly from those who embody the Chrome Hearts spirit. Their experiences, their statements, their style." description="Hear directly from those who embody the Chrome Hearts spirit. Their experiences, their statements, their style."
/> />
</div> </div>
@@ -280,4 +280,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }