Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0eb6e50a4 | |||
| b30aacedfd | |||
| eeea7d539a | |||
| 16a7bd4f03 | |||
| 880d3158e2 |
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="noise"
|
background="noiseDiagonalGradient"
|
||||||
cardStyle="subtle-shadow"
|
cardStyle="subtle-shadow"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="Trusted Quality Premium Experience Always"
|
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."
|
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" }]}
|
buttons={[{ text: "Explore Shop", href: "#products" }]}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #02020a;
|
||||||
--card: #1a1a1a;
|
--card: #0c0c16;
|
||||||
--foreground: #ffffff;
|
--foreground: #f0f0ff;
|
||||||
--primary-cta: #1f7cff;
|
--primary-cta: #4f46e5;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #010101;
|
--secondary-cta: #1e1e2e;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #1f7cff;
|
--accent: #8b5cf6;
|
||||||
--background-accent: #f96b2f;
|
--background-accent: #1e1e2e;
|
||||||
|
|
||||||
/* 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