Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-08 12:37:25 +00:00
4 changed files with 1377 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ export default function ContactPage() {
content: "AI Advokat uses a Retrieval-Augmented Generation (RAG) approach. The AI only answers based on your documents and a curated legal knowledge base. It explicitly states when evidence is insufficient or when it is uncertain.",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/illustration-showing-people-asking-quest-1772973378097-dd94c554.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/illustration-showing-people-asking-quest-1772973378097-dd94c554.png?_wi=2"
imageAlt="FAQ help illustration"
mediaAnimation="slide-up"
mediaPosition="left"

File diff suppressed because it is too large Load Diff

View File

@@ -137,13 +137,13 @@ export default function HomePage() {
id: 3,
title: "Risk Detection",
description: "Identify concerning terms, unusual provisions, and potential red flags in agreements.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/a-visual-showing-how-citations-work-in-t-1772973377326-24f52b90.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/a-visual-showing-how-citations-work-in-t-1772973377326-24f52b90.png?_wi=1",
},
{
id: 4,
title: "Citation Transparency",
description: "Every answer shows its sources. Click citations to see the exact text from documents or legal sources.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/a-visual-showing-how-citations-work-in-t-1772973377326-24f52b90.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/a-visual-showing-how-citations-work-in-t-1772973377326-24f52b90.png?_wi=2",
},
]}
buttons={[{ text: "Explore Features", href: "#pricing" }]}
@@ -240,7 +240,7 @@ export default function HomePage() {
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",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/a-clean-minimal-illustration-representin-1772973376766-6cf99bbb.png?_wi=1",
imageAlt: "Starter plan features",
button: { text: "Get Started", href: "https://app.aiadvokat.com/register" },
features: [
@@ -256,7 +256,7 @@ export default function HomePage() {
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",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/professional-tier-illustration-showing-a-1772973377584-d140527e.jpg?_wi=1",
imageAlt: "Professional plan features",
button: { text: "Start Free Trial", href: "https://app.aiadvokat.com/register?plan=professional" },
features: [
@@ -273,7 +273,7 @@ export default function HomePage() {
title: "Enterprise",
price: "Custom",
period: "Contact us",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/enterprise-tier-illustration-showing-com-1772973377724-aa7348e8.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/enterprise-tier-illustration-showing-com-1772973377724-aa7348e8.png?_wi=1",
imageAlt: "Enterprise plan features",
button: { text: "Schedule Demo", href: "mailto:enterprise@aiadvokat.com" },
features: [
@@ -335,7 +335,7 @@ export default function HomePage() {
content: "AI Advokat uses a Retrieval-Augmented Generation (RAG) approach. The AI only answers based on your documents and a curated legal knowledge base. It explicitly states when evidence is insufficient or when it is uncertain.",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/illustration-showing-people-asking-quest-1772973378097-dd94c554.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/illustration-showing-people-asking-quest-1772973378097-dd94c554.png?_wi=1"
imageAlt="FAQ help illustration"
mediaAnimation="slide-up"
mediaPosition="left"

View File

@@ -87,7 +87,7 @@ export default function PricingPage() {
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",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/a-clean-minimal-illustration-representin-1772973376766-6cf99bbb.png?_wi=2",
imageAlt: "Starter plan features",
button: {
text: "Get Started",
@@ -106,7 +106,7 @@ export default function PricingPage() {
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",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/professional-tier-illustration-showing-a-1772973377584-d140527e.jpg?_wi=2",
imageAlt: "Professional plan features",
button: {
text: "Start Free Trial",
@@ -126,7 +126,7 @@ export default function PricingPage() {
title: "Enterprise",
price: "Custom",
period: "Contact us",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/enterprise-tier-illustration-showing-com-1772973377724-aa7348e8.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af6MsvZCEYqBdOMRbFyUtJM58f/enterprise-tier-illustration-showing-com-1772973377724-aa7348e8.png?_wi=2",
imageAlt: "Enterprise plan features",
button: {
text: "Schedule Demo",