Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ecca029684 | |||
| c1400fb88f | |||
| eae4bd26f6 | |||
| 046bd5bc91 | |||
| 7e5e6fbbaf | |||
| 864854687e | |||
| e0952849e9 |
1439
src/app/layout.tsx
1439
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user