6 Commits

Author SHA1 Message Date
52209b0847 Update src/app/styles/variables.css 2026-05-06 10:34:19 +00:00
7dc42cbdcb Update src/app/page.tsx 2026-05-06 10:34:19 +00:00
fdfd832277 Merge version_3 into main
Merge version_3 into main
2026-05-06 10:01:01 +00:00
1280a0a986 Update src/app/page.tsx 2026-05-06 10:00:58 +00:00
2d94a7f92d Merge version_2 into main
Merge version_2 into main
2026-05-06 09:53:28 +00:00
47e65d9988 Merge version_2 into main
Merge version_2 into main
2026-05-06 09:53:01 +00:00
2 changed files with 12 additions and 11 deletions

View File

@@ -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,9 +139,10 @@ 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>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -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);