Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc8a05e955 |
@@ -55,8 +55,8 @@ export default function SaasTemplatePage() {
|
|||||||
background={{ variant: "rotated-rays-animated-grid" }}
|
background={{ variant: "rotated-rays-animated-grid" }}
|
||||||
avatars={avatars}
|
avatars={avatars}
|
||||||
avatarText="Trusted by 1000+ users"
|
avatarText="Trusted by 1000+ users"
|
||||||
title="Launch Your SaaS Faster with Scalable Solutions"
|
title="Build Modern Web Experiences-Out of the world california apple"
|
||||||
description="Accelerate development and build robust, user-friendly SaaS products from concept to launch with our expert services."
|
description="Create stunning, responsive websites with our comprehensive component library designed"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started", onClick: () => console.log("Get Started clicked"),
|
text: "Get Started", onClick: () => console.log("Get Started clicked"),
|
||||||
@@ -157,7 +157,7 @@ export default function SaasTemplatePage() {
|
|||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Get Early Access"
|
buttonText="Get Started"
|
||||||
onSubmit={(email) => console.log("Email submitted:", email)}
|
onSubmit={(email) => console.log("Email submitted:", email)}
|
||||||
/>
|
/>
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #050012;
|
||||||
--card: #f9f9f9;
|
--card: #040121;
|
||||||
--foreground: #000612e6;
|
--foreground: #f0e6ff;
|
||||||
--primary-cta: #106EFB;
|
--primary-cta: #c89bff;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #050012;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #1d123b;
|
||||||
--secondary-cta-text: #000612e6;
|
--secondary-cta-text: #f0e6ff;
|
||||||
--accent: #e2e2e2;
|
--accent: #684f7b;
|
||||||
--background-accent: #106EFB;
|
--background-accent: #65417c;
|
||||||
|
|
||||||
/* 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