Merge version_1 into main #2
@@ -6,8 +6,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
|
||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { FileText, Clock, Sparkles, Globe, Archive, Shield, Mail, Sparkles as SparklesIcon } from "lucide-react";
|
||||
import { FileText, Clock, Sparkles, Globe, Archive, Shield, Mail } from "lucide-react";
|
||||
|
||||
export default function AnalysisPage() {
|
||||
const navItems = [
|
||||
@@ -67,9 +66,7 @@ export default function AnalysisPage() {
|
||||
brandName="AmtAssist"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt starten",
|
||||
href: "/dashboard",
|
||||
}}
|
||||
text: "Jetzt starten", href: "/dashboard"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,34 +78,22 @@ export default function AnalysisPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "DSGVO-Konformität",
|
||||
description: "Vollständig konform mit europäischen Datenschutzbestimmungen",
|
||||
},
|
||||
title: "DSGVO-Konformität", description: "Vollständig konform mit europäischen Datenschutzbestimmungen"},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "End-to-End Verschlüsselung",
|
||||
description: "Deine Briefe werden verschlüsselt übertragen und gespeichert",
|
||||
},
|
||||
title: "End-to-End Verschlüsselung", description: "Deine Briefe werden verschlüsselt übertragen und gespeichert"},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Automatische Löschung",
|
||||
description: "Du kannst deine Dokumente jederzeit löschen oder automatisch nach 90 Tagen",
|
||||
},
|
||||
title: "Automatische Löschung", description: "Du kannst deine Dokumente jederzeit löschen oder automatisch nach 90 Tagen"},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Deutsche Server",
|
||||
description: "Alle Daten werden auf deutschen Servern gespeichert",
|
||||
},
|
||||
title: "Deutsche Server", description: "Alle Daten werden auf deutschen Servern gespeichert"},
|
||||
{
|
||||
icon: Archive,
|
||||
title: "Regelmäßige Backups",
|
||||
description: "Sichere und geschützte Backups aller wichtigen Daten",
|
||||
},
|
||||
title: "Regelmäßige Backups", description: "Sichere und geschützte Backups aller wichtigen Daten"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Transparente Datenschutz",
|
||||
description: "Volle Transparenz über die Nutzung deiner Daten",
|
||||
},
|
||||
title: "Transparente Datenschutz", description: "Volle Transparenz über die Nutzung deiner Daten"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -123,45 +108,21 @@ export default function AnalysisPage() {
|
||||
tag="Preise"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Kostenlos",
|
||||
price: "€ 0",
|
||||
subtitle: "Perfekt zum Testen",
|
||||
buttons: [
|
||||
id: "free", badge: "Kostenlos", price: "€ 0", subtitle: "Perfekt zum Testen", buttons: [
|
||||
{
|
||||
text: "Kostenlos starten",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Kostenlos starten", href: "/dashboard"},
|
||||
],
|
||||
features: [
|
||||
"3 Dokumentanalysen pro Monat",
|
||||
"Grundlegende KI-Erklärungen",
|
||||
"Fristenerkennung",
|
||||
"Deutsche Sprache",
|
||||
"Speicherung für 30 Tage",
|
||||
],
|
||||
"3 Dokumentanalysen pro Monat", "Grundlegende KI-Erklärungen", "Fristenerkennung", "Deutsche Sprache", "Speicherung für 30 Tage"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Beliebt",
|
||||
badgeIcon: SparklesIcon,
|
||||
price: "€ 8,99",
|
||||
subtitle: "Unbegrenzte Analysen",
|
||||
buttons: [
|
||||
id: "pro", badge: "Beliebt", badgeIcon: Sparkles,
|
||||
price: "€ 8,99", subtitle: "Unbegrenzte Analysen", buttons: [
|
||||
{
|
||||
text: "Pro starten",
|
||||
href: "/dashboard/upgrade",
|
||||
},
|
||||
text: "Pro starten", href: "/dashboard/upgrade"},
|
||||
],
|
||||
features: [
|
||||
"Unbegrenzte Dokumentanalysen",
|
||||
"AI Antwortgenerator",
|
||||
"Automatische Frist-Erinnerungen",
|
||||
"Dokumentenarchiv (unbegrenzt)",
|
||||
"Mehrsprachige Unterstützung (7 Sprachen)",
|
||||
"Prioritäts-Support",
|
||||
"DSGVO-konform verschlüsselt",
|
||||
],
|
||||
"Unbegrenzte Dokumentanalysen", "AI Antwortgenerator", "Automatische Frist-Erinnerungen", "Dokumentenarchiv (unbegrenzt)", "Mehrsprachige Unterstützung (7 Sprachen)", "Prioritäts-Support", "DSGVO-konform verschlüsselt"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -178,17 +139,12 @@ export default function AnalysisPage() {
|
||||
description="Kontaktiere unser Support-Team für jede Frage zur Dokumentenanalyse, Sicherheit oder Preisen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Support kontaktieren",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Support kontaktieren", href: "/contact"},
|
||||
{
|
||||
text: "Dokumentation lesen",
|
||||
href: "/docs",
|
||||
},
|
||||
text: "Dokumentation lesen", href: "/docs"},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -31,9 +31,7 @@ export default function ChatPage() {
|
||||
brandName="AmtAssist"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt starten",
|
||||
href: "/dashboard",
|
||||
}}
|
||||
text: "Jetzt starten", href: "/dashboard"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,9 +10,7 @@ import {
|
||||
Upload,
|
||||
FileText,
|
||||
Clock,
|
||||
Sparkles,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
const DashboardPage = () => {
|
||||
const navItems = [
|
||||
@@ -41,9 +39,7 @@ const DashboardPage = () => {
|
||||
brandName="AmtAssist"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt starten",
|
||||
href: "/dashboard",
|
||||
}}
|
||||
text: "Jetzt starten", href: "/dashboard"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,27 +49,17 @@ const DashboardPage = () => {
|
||||
description="Willkommen bei AmtAssist. Starten Sie jetzt mit der Analyse Ihrer Behördenbriefe."
|
||||
buttons={[
|
||||
{
|
||||
text: "Brief hochladen",
|
||||
href: "/upload",
|
||||
},
|
||||
text: "Brief hochladen", href: "/upload"},
|
||||
{
|
||||
text: "Zurück zur Startseite",
|
||||
href: "/",
|
||||
},
|
||||
text: "Zurück zur Startseite", href: "/"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/illustration-showing-step-1-a-user-holdi-1773154069917-8cbf3cf1.png",
|
||||
imageAlt: "Upload your document",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/illustration-showing-step-1-a-user-holdi-1773154069917-8cbf3cf1.png", imageAlt: "Upload your document"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/illustration-showing-step-2-ai-processin-1773154067612-652407fe.png",
|
||||
imageAlt: "AI processing",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/illustration-showing-step-2-ai-processin-1773154067612-652407fe.png", imageAlt: "AI processing"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/illustration-showing-step-3-results-disp-1773154067847-9ad9c504.png",
|
||||
imageAlt: "Get your results",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/illustration-showing-step-3-results-disp-1773154067847-9ad9c504.png", imageAlt: "Get your results"},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -88,19 +74,13 @@ const DashboardPage = () => {
|
||||
features={[
|
||||
{
|
||||
icon: Upload,
|
||||
title: "Dokumente hochladen",
|
||||
description: "Laden Sie PDF, Fotos oder Screenshots Ihrer Behördenbriefe hoch",
|
||||
},
|
||||
title: "Dokumente hochladen", description: "Laden Sie PDF, Fotos oder Screenshots Ihrer Behördenbriefe hoch"},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Dokumentenhistorie",
|
||||
description: "Greifen Sie auf alle Ihre zuvor analysierten Dokumente zu",
|
||||
},
|
||||
title: "Dokumentenhistorie", description: "Greifen Sie auf alle Ihre zuvor analysierten Dokumente zu"},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Frist-Verwaltung",
|
||||
description: "Überwachen Sie alle Fristen und Deadlines an einem Ort",
|
||||
},
|
||||
title: "Frist-Verwaltung", description: "Überwachen Sie alle Fristen und Deadlines an einem Ort"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -115,17 +95,12 @@ const DashboardPage = () => {
|
||||
description="Laden Sie Ihren ersten Behördenbrief hoch und sehen Sie, wie AmtAssist Ihnen helfen kann, deutsche Bürokratie zu verstehen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Dokument hochladen",
|
||||
href: "/upload",
|
||||
},
|
||||
text: "Dokument hochladen", href: "/upload"},
|
||||
{
|
||||
text: "Mehr erfahren",
|
||||
href: "/#features",
|
||||
},
|
||||
text: "Mehr erfahren", href: "/#features"},
|
||||
]}
|
||||
background={{
|
||||
variant: "aurora",
|
||||
}}
|
||||
variant: "aurora"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,65 +112,41 @@ const DashboardPage = () => {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "/",
|
||||
},
|
||||
label: "Startseite", href: "/"},
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "/dashboard",
|
||||
},
|
||||
label: "Dashboard", href: "/dashboard"},
|
||||
{
|
||||
label: "Preise",
|
||||
href: "/#pricing",
|
||||
},
|
||||
label: "Preise", href: "/#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "KI-Assistent",
|
||||
href: "/chat",
|
||||
},
|
||||
label: "KI-Assistent", href: "/chat"},
|
||||
{
|
||||
label: "Meine Dokumente",
|
||||
href: "/archive",
|
||||
},
|
||||
label: "Meine Dokumente", href: "/archive"},
|
||||
{
|
||||
label: "Einstellungen",
|
||||
href: "/settings",
|
||||
},
|
||||
label: "Einstellungen", href: "/settings"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Datenschutzerklärung",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Datenschutzerklärung", href: "/privacy"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "/impressum",
|
||||
},
|
||||
label: "Impressum", href: "/impressum"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Kontakt", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com"},
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com",
|
||||
},
|
||||
label: "GitHub", href: "https://github.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
184
src/app/page.tsx
184
src/app/page.tsx
@@ -18,10 +18,7 @@ import {
|
||||
Upload,
|
||||
Zap,
|
||||
CheckCircle,
|
||||
Mail,
|
||||
ChevronRight,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
const HomePage = () => {
|
||||
const navItems = [
|
||||
@@ -50,9 +47,7 @@ const HomePage = () => {
|
||||
brandName="AmtAssist"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt starten",
|
||||
href: "/dashboard",
|
||||
}}
|
||||
text: "Jetzt starten", href: "/dashboard"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,27 +57,17 @@ const HomePage = () => {
|
||||
description="Lade einen Brief von einer deutschen Behörde hoch und erhalte in Sekunden eine verständliche Erklärung – in deiner Sprache."
|
||||
buttons={[
|
||||
{
|
||||
text: "Brief hochladen",
|
||||
href: "/upload",
|
||||
},
|
||||
text: "Brief hochladen", href: "/upload"},
|
||||
{
|
||||
text: "Kostenlos ausprobieren",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Kostenlos ausprobieren", href: "/dashboard"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-modern-clean-illustration-showing-the--1773154068112-5a1e1861.png?_wi=1",
|
||||
imageAlt: "AI-powered document understanding flow",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-modern-clean-illustration-showing-the--1773154068112-5a1e1861.png", imageAlt: "AI-powered document understanding flow"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-professional-security-badge-or-seal-ic-1773154068833-3940f630.png?_wi=1",
|
||||
imageAlt: "GDPR compliance security",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-professional-security-badge-or-seal-ic-1773154068833-3940f630.png", imageAlt: "GDPR compliance security"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-modern-clean-illustration-showing-the--1773154068112-5a1e1861.png?_wi=2",
|
||||
imageAlt: "Document processing workflow",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-modern-clean-illustration-showing-the--1773154068112-5a1e1861.png", imageAlt: "Document processing workflow"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -97,34 +82,22 @@ const HomePage = () => {
|
||||
features={[
|
||||
{
|
||||
icon: FileText,
|
||||
title: "KI-Brieferklärung",
|
||||
description: "Verstehe komplexe Behördenbriefe in deiner Sprache in Sekunden",
|
||||
},
|
||||
title: "KI-Brieferklärung", description: "Verstehe komplexe Behördenbriefe in deiner Sprache in Sekunden"},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Automatische Fristenerkennung",
|
||||
description: "Verpasse keine wichtigen Deadlines mehr - wir erkennen alle Fristen",
|
||||
},
|
||||
title: "Automatische Fristenerkennung", description: "Verpasse keine wichtigen Deadlines mehr - wir erkennen alle Fristen"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Antwortgenerator",
|
||||
description: "Erhalte professionelle Antwortvorschläge für Behörden",
|
||||
},
|
||||
title: "Antwortgenerator", description: "Erhalte professionelle Antwortvorschläge für Behörden"},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Mehrsprachige Erklärungen",
|
||||
description: "Verfügbar in Deutsch, Englisch, Türkisch, Arabisch, Russisch, Polnisch und Ukrainisch",
|
||||
},
|
||||
title: "Mehrsprachige Erklärungen", description: "Verfügbar in Deutsch, Englisch, Türkisch, Arabisch, Russisch, Polnisch und Ukrainisch"},
|
||||
{
|
||||
icon: Archive,
|
||||
title: "Dokumentenarchiv",
|
||||
description: "Speichere alle deine analysierten Briefe sicher und DSGVO-konform",
|
||||
},
|
||||
title: "Dokumentenarchiv", description: "Speichere alle deine analysierten Briefe sicher und DSGVO-konform"},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Datenschutz & Sicherheit",
|
||||
description: "Deine Dokumente werden verschlüsselt gespeichert und können jederzeit gelöscht werden",
|
||||
},
|
||||
title: "Datenschutz & Sicherheit", description: "Deine Dokumente werden verschlüsselt gespeichert und können jederzeit gelöscht werden"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -140,19 +113,13 @@ const HomePage = () => {
|
||||
features={[
|
||||
{
|
||||
icon: Upload,
|
||||
title: "Brief hochladen oder fotografieren",
|
||||
description: "Lade einen PDF, ein Foto oder einen Screenshot deines Behördenbriefs hoch",
|
||||
},
|
||||
title: "Brief hochladen oder fotografieren", description: "Lade einen PDF, ein Foto oder einen Screenshot deines Behördenbriefs hoch"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "KI erklärt Inhalt in einfacher Sprache",
|
||||
description: "Unsere KI analysiert den Brief und erklärt ihn verständlich in deiner Sprache",
|
||||
},
|
||||
title: "KI erklärt Inhalt in einfacher Sprache", description: "Unsere KI analysiert den Brief und erklärt ihn verständlich in deiner Sprache"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Erhalte Fristen und Antwortvorschläge",
|
||||
description: "Du bekommst automatisch Fristen, Checklisten und fertige Antwortvorschläge",
|
||||
},
|
||||
title: "Erhalte Fristen und Antwortvorschläge", description: "Du bekommst automatisch Fristen, Checklisten und fertige Antwortvorschläge"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -164,29 +131,13 @@ const HomePage = () => {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Martinez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154067666-abcdf8ee.png?_wi=1",
|
||||
imageAlt: "Sarah Martinez",
|
||||
},
|
||||
id: "1", name: "Sarah Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154067666-abcdf8ee.png", imageAlt: "Sarah Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Klaus Weber",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154067731-b056f07c.png?_wi=1",
|
||||
imageAlt: "Klaus Weber",
|
||||
},
|
||||
id: "2", name: "Klaus Weber", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154067731-b056f07c.png", imageAlt: "Klaus Weber"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ayse Yilmaz",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154066682-b55ba18a.png?_wi=1",
|
||||
imageAlt: "Ayse Yilmaz",
|
||||
},
|
||||
id: "3", name: "Ayse Yilmaz", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154066682-b55ba18a.png", imageAlt: "Ayse Yilmaz"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ahmed Hassan",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154189738-488f0446.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
id: "4", name: "Ahmed Hassan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154189738-488f0446.jpg", imageAlt: "Ahmed Hassan"},
|
||||
]}
|
||||
cardTitle="Über 5.000 Menschen vertrauen AmtAssist, um deutsche Bürokratie zu verstehen"
|
||||
cardTag="Vertrauenswürdig & DSGVO-konform"
|
||||
@@ -202,45 +153,21 @@ const HomePage = () => {
|
||||
tag="Preise"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Kostenlos",
|
||||
price: "€ 0",
|
||||
subtitle: "Perfekt zum Testen",
|
||||
buttons: [
|
||||
id: "free", badge: "Kostenlos", price: "€ 0", subtitle: "Perfekt zum Testen", buttons: [
|
||||
{
|
||||
text: "Kostenlos starten",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Kostenlos starten", href: "/dashboard"},
|
||||
],
|
||||
features: [
|
||||
"3 Dokumentanalysen pro Monat",
|
||||
"Grundlegende KI-Erklärungen",
|
||||
"Fristenerkennung",
|
||||
"Deutsche Sprache",
|
||||
"Speicherung für 30 Tage",
|
||||
],
|
||||
"3 Dokumentanalysen pro Monat", "Grundlegende KI-Erklärungen", "Fristenerkennung", "Deutsche Sprache", "Speicherung für 30 Tage"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Beliebt",
|
||||
badgeIcon: Sparkles,
|
||||
price: "€ 8,99",
|
||||
subtitle: "Unbegrenzte Analysen",
|
||||
buttons: [
|
||||
id: "pro", badge: "Beliebt", badgeIcon: Sparkles,
|
||||
price: "€ 8,99", subtitle: "Unbegrenzte Analysen", buttons: [
|
||||
{
|
||||
text: "Pro starten",
|
||||
href: "/dashboard/upgrade",
|
||||
},
|
||||
text: "Pro starten", href: "/dashboard/upgrade"},
|
||||
],
|
||||
features: [
|
||||
"Unbegrenzte Dokumentanalysen",
|
||||
"AI Antwortgenerator",
|
||||
"Automatische Frist-Erinnerungen",
|
||||
"Dokumentenarchiv (unbegrenzt)",
|
||||
"Mehrsprachige Unterstützung (7 Sprachen)",
|
||||
"Prioritäts-Support",
|
||||
"DSGVO-konform verschlüsselt",
|
||||
],
|
||||
"Unbegrenzte Dokumentanalysen", "AI Antwortgenerator", "Automatische Frist-Erinnerungen", "Dokumentenarchiv (unbegrenzt)", "Mehrsprachige Unterstützung (7 Sprachen)", "Prioritäts-Support", "DSGVO-konform verschlüsselt"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -256,17 +183,12 @@ const HomePage = () => {
|
||||
description="Tausende von Menschen haben bereits AmtAssist genutzt, um ihre Behördenbriefe zu verstehen. Starte jetzt kostenlos - keine Kreditkarte erforderlich."
|
||||
buttons={[
|
||||
{
|
||||
text: "Kostenlos ausprobieren",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Kostenlos ausprobieren", href: "/dashboard"},
|
||||
{
|
||||
text: "Kontakt aufnehmen",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Kontakt aufnehmen", href: "/contact"},
|
||||
]}
|
||||
background={{
|
||||
variant: "aurora",
|
||||
}}
|
||||
variant: "aurora"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -278,65 +200,41 @@ const HomePage = () => {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Startseite", href: "#hero"},
|
||||
{
|
||||
label: "Funktionen",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Funktionen", href: "#features"},
|
||||
{
|
||||
label: "Preise",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Preise", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "/dashboard",
|
||||
},
|
||||
label: "Dashboard", href: "/dashboard"},
|
||||
{
|
||||
label: "KI-Assistent",
|
||||
href: "/chat",
|
||||
},
|
||||
label: "KI-Assistent", href: "/chat"},
|
||||
{
|
||||
label: "Meine Dokumente",
|
||||
href: "/archive",
|
||||
},
|
||||
label: "Meine Dokumente", href: "/archive"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Datenschutzerklärung",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Datenschutzerklärung", href: "/privacy"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "/impressum",
|
||||
},
|
||||
label: "Impressum", href: "/impressum"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Kontakt", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com"},
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com",
|
||||
},
|
||||
label: "GitHub", href: "https://github.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,7 +7,6 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { FileText, Clock, Sparkles, Globe, Archive, Shield, Upload, Zap, CheckCircle, Mail } from "lucide-react";
|
||||
|
||||
export default function UploadPage() {
|
||||
@@ -68,9 +67,7 @@ export default function UploadPage() {
|
||||
brandName="AmtAssist"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt starten",
|
||||
href: "/dashboard",
|
||||
}}
|
||||
text: "Jetzt starten", href: "/dashboard"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,27 +77,17 @@ export default function UploadPage() {
|
||||
description="Lade einen Brief von einer deutschen Behörde hoch und erhalte in Sekunden eine verständliche Erklärung – in deiner Sprache."
|
||||
buttons={[
|
||||
{
|
||||
text: "Brief hochladen",
|
||||
href: "/upload",
|
||||
},
|
||||
text: "Brief hochladen", href: "/upload"},
|
||||
{
|
||||
text: "Kostenlos ausprobieren",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Kostenlos ausprobieren", href: "/dashboard"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-modern-clean-illustration-showing-the--1773154068112-5a1e1861.png?_wi=3",
|
||||
imageAlt: "AI-powered document understanding flow",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-modern-clean-illustration-showing-the--1773154068112-5a1e1861.png", imageAlt: "AI-powered document understanding flow"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-professional-security-badge-or-seal-ic-1773154068833-3940f630.png?_wi=2",
|
||||
imageAlt: "GDPR compliance security",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-professional-security-badge-or-seal-ic-1773154068833-3940f630.png", imageAlt: "GDPR compliance security"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-modern-clean-illustration-showing-the--1773154068112-5a1e1861.png?_wi=4",
|
||||
imageAlt: "Document processing workflow",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/a-modern-clean-illustration-showing-the--1773154068112-5a1e1861.png", imageAlt: "Document processing workflow"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -115,34 +102,22 @@ export default function UploadPage() {
|
||||
features={[
|
||||
{
|
||||
icon: FileText,
|
||||
title: "KI-Brieferklärung",
|
||||
description: "Verstehe komplexe Behördenbriefe in deiner Sprache in Sekunden",
|
||||
},
|
||||
title: "KI-Brieferklärung", description: "Verstehe komplexe Behördenbriefe in deiner Sprache in Sekunden"},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Automatische Fristenerkennung",
|
||||
description: "Verpasse keine wichtigen Deadlines mehr - wir erkennen alle Fristen",
|
||||
},
|
||||
title: "Automatische Fristenerkennung", description: "Verpasse keine wichtigen Deadlines mehr - wir erkennen alle Fristen"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Antwortgenerator",
|
||||
description: "Erhalte professionelle Antwortvorschläge für Behörden",
|
||||
},
|
||||
title: "Antwortgenerator", description: "Erhalte professionelle Antwortvorschläge für Behörden"},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Mehrsprachige Erklärungen",
|
||||
description: "Verfügbar in Deutsch, Englisch, Türkisch, Arabisch, Russisch, Polnisch und Ukrainisch",
|
||||
},
|
||||
title: "Mehrsprachige Erklärungen", description: "Verfügbar in Deutsch, Englisch, Türkisch, Arabisch, Russisch, Polnisch und Ukrainisch"},
|
||||
{
|
||||
icon: Archive,
|
||||
title: "Dokumentenarchiv",
|
||||
description: "Speichere alle deine analysierten Briefe sicher und DSGVO-konform",
|
||||
},
|
||||
title: "Dokumentenarchiv", description: "Speichere alle deine analysierten Briefe sicher und DSGVO-konform"},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Datenschutz & Sicherheit",
|
||||
description: "Deine Dokumente werden verschlüsselt gespeichert und können jederzeit gelöscht werden",
|
||||
},
|
||||
title: "Datenschutz & Sicherheit", description: "Deine Dokumente werden verschlüsselt gespeichert und können jederzeit gelöscht werden"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -158,19 +133,13 @@ export default function UploadPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Upload,
|
||||
title: "Brief hochladen oder fotografieren",
|
||||
description: "Lade einen PDF, ein Foto oder einen Screenshot deines Behördenbriefs hoch",
|
||||
},
|
||||
title: "Brief hochladen oder fotografieren", description: "Lade einen PDF, ein Foto oder einen Screenshot deines Behördenbriefs hoch"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "KI erklärt Inhalt in einfacher Sprache",
|
||||
description: "Unsere KI analysiert den Brief und erklärt ihn verständlich in deiner Sprache",
|
||||
},
|
||||
title: "KI erklärt Inhalt in einfacher Sprache", description: "Unsere KI analysiert den Brief und erklärt ihn verständlich in deiner Sprache"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Erhalte Fristen und Antwortvorschläge",
|
||||
description: "Du bekommst automatisch Fristen, Checklisten und fertige Antwortvorschläge",
|
||||
},
|
||||
title: "Erhalte Fristen und Antwortvorschläge", description: "Du bekommst automatisch Fristen, Checklisten und fertige Antwortvorschläge"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -182,25 +151,13 @@ export default function UploadPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Martinez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154067666-abcdf8ee.png?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154067666-abcdf8ee.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Klaus Weber",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154067731-b056f07c.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "Klaus Weber", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154067731-b056f07c.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ayse Yilmaz",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154066682-b55ba18a.png?_wi=2",
|
||||
},
|
||||
id: "3", name: "Ayse Yilmaz", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154066682-b55ba18a.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ahmed Hassan",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154189738-488f0446.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Ahmed Hassan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al4jBFhkAi56lRd60TBHCQ457a/professional-headshot-portrait-of-a-dive-1773154189738-488f0446.jpg"},
|
||||
]}
|
||||
cardTitle="Über 5.000 Menschen vertrauen AmtAssist, um deutsche Bürokratie zu verstehen"
|
||||
cardTag="Vertrauenswürdig & DSGVO-konform"
|
||||
@@ -217,17 +174,12 @@ export default function UploadPage() {
|
||||
description="Tausende von Menschen haben bereits AmtAssist genutzt, um ihre Behördenbriefe zu verstehen. Starte jetzt kostenlos - keine Kreditkarte erforderlich."
|
||||
buttons={[
|
||||
{
|
||||
text: "Kostenlos ausprobieren",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Kostenlos ausprobieren", href: "/dashboard"},
|
||||
{
|
||||
text: "Kontakt aufnehmen",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Kontakt aufnehmen", href: "/contact"},
|
||||
]}
|
||||
background={{
|
||||
variant: "aurora",
|
||||
}}
|
||||
variant: "aurora"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user