2 Commits

Author SHA1 Message Date
104adee364 Update theme colors 2026-03-25 07:22:09 +00:00
6fbcd6cf90 Update src/app/page.tsx 2026-03-25 07:21:21 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -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="Build Modern Web Experiences-Out of the world california apple" title="Launch Your SaaS Faster with Scalable Solutions"
description="Create stunning, responsive websites with our comprehensive component library designed" description="Accelerate development and build robust, user-friendly SaaS products from concept to launch with our expert services."
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 Started" buttonText="Get Early Access"
onSubmit={(email) => console.log("Email submitted:", email)} onSubmit={(email) => console.log("Email submitted:", email)}
/> />
<FooterBaseReveal <FooterBaseReveal

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #050012; --background: #ffffff;
--card: #040121; --card: #f9f9f9;
--foreground: #f0e6ff; --foreground: #000612e6;
--primary-cta: #c89bff; --primary-cta: #106EFB;
--primary-cta-text: #050012; --primary-cta-text: #ffffff;
--secondary-cta: #1d123b; --secondary-cta: #f9f9f9;
--secondary-cta-text: #f0e6ff; --secondary-cta-text: #000612e6;
--accent: #684f7b; --accent: #e2e2e2;
--background-accent: #65417c; --background-accent: #106EFB;
/* 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);