Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b4d915afe | |||
| 52209b0847 | |||
| 7dc42cbdcb | |||
| fdfd832277 | |||
| 1280a0a986 | |||
| 2d94a7f92d | |||
| 47e65d9988 |
@@ -23,8 +23,8 @@ export default function LandingPage() {
|
|||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="fluid"
|
background="fluid"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Uncompromised Quality."
|
title="Luxury Hand-Crafted Solutions, Refined for You"
|
||||||
description="Jonn delivers premium, hand-crafted solutions for the discerning individual. Experience the pinnacle of design and functionality."
|
description="Jonn delivers premium, hand-crafted solutions for the discerning individual. Experience the pinnacle of design and functionality."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Collection", href: "#products" },
|
{ text: "Explore Collection", href: "#products" },
|
||||||
@@ -139,6 +139,7 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[]}
|
columns={[]}
|
||||||
logoText="jonn"
|
logoText="jonn"
|
||||||
|
copyrightText="© 2025 | Jonn. All rights reserved. Compliance: Compliant with GDPR/CCPA standards."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfbfb;
|
--background: #000000;
|
||||||
--card: #ffffff;
|
--card: #1c1c1c;
|
||||||
--foreground: #0a0a0a;
|
--foreground: #d4d4d4;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #c0c0c0;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #f1f1f1;
|
--secondary-cta: #2a2a2a;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #d1d5db;
|
--accent: #a8a8a8;
|
||||||
--background-accent: #f3f4f6;
|
--background-accent: #333333;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user