5 Commits

Author SHA1 Message Date
e0eb6e50a4 Update src/app/styles/variables.css 2026-04-07 11:45:28 +00:00
b30aacedfd Update src/app/page.tsx 2026-04-07 11:45:28 +00:00
eeea7d539a Merge version_1 into main
Merge version_1 into main
2026-04-07 11:41:57 +00:00
16a7bd4f03 Merge version_1 into main
Merge version_1 into main
2026-04-07 11:41:33 +00:00
880d3158e2 Merge version_1 into main
Merge version_1 into main
2026-04-07 11:41:04 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="noise"
background="noiseDiagonalGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "gradient-bars" }}
background={{ variant: "sparkles-gradient" }}
title="Trusted Quality Premium Experience Always"
description="Discover authentic, hand-curated vape products backed by real customer reviews and guaranteed fast delivery. Shop the future of vaping with VapeSellers Trusted."
buttons={[{ text: "Explore Shop", href: "#products" }]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--background: #02020a;
--card: #0c0c16;
--foreground: #f0f0ff;
--primary-cta: #4f46e5;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta: #1e1e2e;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--accent: #8b5cf6;
--background-accent: #1e1e2e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);