Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-08 12:51:25 +00:00
2 changed files with 9 additions and 1434 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>
);
}
}