Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21968f9e72 | |||
| d546ab1920 | |||
| ea5de25d83 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #fafffb;;
|
--background: #ffffff;;
|
||||||
--card: #f7fffa;;
|
--card: #f5f5f5;;
|
||||||
--foreground: #001a0a;;
|
--foreground: #000000;;
|
||||||
--primary-cta: #0a7039;;
|
--primary-cta: #0a7039;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #a8d9be;;
|
--accent: #808080;;
|
||||||
--background-accent: #6bbf8e;;
|
--background-accent: #d3d3d3;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="dotGrid"
|
background="circleGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="neon-glow-border"
|
primaryButtonStyle="neon-glow-border"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -56,10 +56,6 @@ export default function LandingPage() {
|
|||||||
{ text: "Start Free Trial", href: "contact" },
|
{ text: "Start Free Trial", href: "contact" },
|
||||||
{ text: "Watch Demo", href: "features" }
|
{ text: "Watch Demo", href: "features" }
|
||||||
]}
|
]}
|
||||||
className="w-full"
|
|
||||||
containerClassName="max-w-7xl mx-auto"
|
|
||||||
titleClassName="text-5xl md:text-6xl font-bold"
|
|
||||||
descriptionClassName="text-lg md:text-xl opacity-90"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -75,8 +71,6 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn Our Story", href: "contact" }
|
{ text: "Learn Our Story", href: "contact" }
|
||||||
]}
|
]}
|
||||||
titleClassName="text-5xl font-bold mb-8"
|
|
||||||
descriptionClassName="text-lg leading-relaxed"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user