5 Commits

Author SHA1 Message Date
067a0acff5 Merge version_3 into main
Merge version_3 into main
2026-03-25 07:22:14 +00:00
104adee364 Update theme colors 2026-03-25 07:22:09 +00:00
5e7c142690 Merge version_2 into main
Merge version_2 into main
2026-03-25 07:21:24 +00:00
258cd7927e Merge version_3 into main
Merge version_3 into main
2026-03-25 07:21:24 +00:00
6fbcd6cf90 Update src/app/page.tsx 2026-03-25 07:21:21 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -55,8 +55,8 @@ export default function SaasTemplatePage() {
background={{ variant: "rotated-rays-animated-grid" }}
avatars={avatars}
avatarText="Trusted by 1000+ users"
title="Build Modern Web Experiences-Out of the world california apple"
description="Create stunning, responsive websites with our comprehensive component library designed"
title="Launch Your SaaS Faster with Scalable Solutions"
description="Accelerate development and build robust, user-friendly SaaS products from concept to launch with our expert services."
buttons={[
{
text: "Get Started", onClick: () => console.log("Get Started clicked"),

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #050012;
--card: #040121;
--foreground: #f0e6ff;
--primary-cta: #c89bff;
--primary-cta-text: #050012;
--secondary-cta: #1d123b;
--secondary-cta-text: #f0e6ff;
--accent: #684f7b;
--background-accent: #65417c;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);