7 Commits

Author SHA1 Message Date
ecca029684 Update theme colors 2026-03-08 13:35:47 +00:00
c1400fb88f Update src/app/page.tsx 2026-03-08 12:51:20 +00:00
eae4bd26f6 Update src/app/layout.tsx 2026-03-08 12:51:19 +00:00
046bd5bc91 Merge version_1 into main
Merge version_1 into main
2026-03-08 12:41:49 +00:00
7e5e6fbbaf Merge version_1 into main
Merge version_1 into main
2026-03-08 12:40:48 +00:00
864854687e Merge version_1 into main
Merge version_1 into main
2026-03-08 12:39:18 +00:00
e0952849e9 Merge version_1 into main
Merge version_1 into main
2026-03-08 12:37:25 +00:00
3 changed files with 18 additions and 1443 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -197,7 +197,7 @@ export default function HomePage() {
{
id: "starter", title: "Starter", price: "Free", period: "Forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/a-clean-minimal-illustration-representin-1772973376766-6cf99bbb.png", imageAlt: "Starter plan features", button: { text: "Get Started", href: "https://app.aiadvokat.com/register" },
features: [
"5 documents per month", "Unlimited conversations", "Basic AI responses with citations", "Public legal knowledge base access", "Community support"],
"Perfect for exploring legal AI:", "5 documents per month", "Unlimited conversations", "Basic AI responses with citations", "Public legal knowledge base access", "Community support"],
},
{
id: "professional", title: "Professional", price: "$29", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/professional-tier-illustration-showing-a-1772973377584-d140527e.jpg", imageAlt: "Professional plan features", button: { text: "Start Free Trial", href: "https://app.aiadvokat.com/register?plan=professional" },
@@ -317,4 +317,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);