diff --git a/src/app/page.tsx b/src/app/page.tsx index a64e612..a2ca2c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,67 +31,46 @@ export default function LandingPage() {
@@ -101,15 +80,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "AI Reply Generation", description: "Generate tone-matched, professional replies in seconds.", imageSrc: "http://img.b2bpic.net/free-photo/chat-message-speech-bubble-communication_53876-21270.jpg"}, - { - title: "Sentiment Analysis", description: "Understand guest sentiment with real-time feedback processing.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg"}, - { - title: "Theme Extraction", description: "Identify operational themes like wait time and price instantly.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-suit-headphones-with-microphone-holding-measure-tape-looking-aside-puzzled-sitting-table-offise-white-background_141793-53890.jpg"}, + { title: "KI-Antwortgenerierung", description: "Erstellen Sie in Sekunden tonfallgerechte, professionelle Antworten.", imageSrc: "http://img.b2bpic.net/free-photo/chat-message-speech-bubble-communication_53876-21270.jpg" }, + { title: "Stimmungsanalyse", description: "Verstehen Sie die Stimmung Ihrer Gäste mit Echtzeit-Feedback-Verarbeitung.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg" }, + { title: "Themenextraktion", description: "Identifizieren Sie sofort operative Themen wie Wartezeit und Preise.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-suit-headphones-with-microphone-holding-measure-tape-looking-aside-puzzled-sitting-table-offise-white-background_141793-53890.jpg" }, ]} - title="Key Features" - description="Powerful tools designed to save time and drive insights." + title="Hauptfunktionen" + description="Leistungsstarke Tools, die entwickelt wurden, um Zeit zu sparen und Erkenntnisse zu gewinnen." /> @@ -119,25 +95,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "basic", badge: "Freemium", price: "Free", subtitle: "Perfect for trying it out", features: [ - "10 Free Analyses", "Sentiment Analysis", "Basic Reply Generator"], - buttons: [ - { - text: "Start Free Trial"}, - ], - }, - { - id: "pro", badge: "Pro", price: "€29.99/mo", subtitle: "For growing brands needing full automation", features: [ - "Unlimited Analyses", "Google Maps Sync", "Brand Voice Training", "Management Insights"], - buttons: [ - { - text: "Start Pro Trial"}, - ], - }, + { id: "basic", badge: "Freemium", price: "Kostenlos", subtitle: "Perfekt zum Ausprobieren", features: ["10 kostenlose Analysen", "Stimmungsanalyse", "Einfacher Antwort-Generator"], buttons: [{ text: "Kostenlose Testversion starten" }] }, + { id: "pro", badge: "Pro", price: "29,99€/Monat", subtitle: "Für wachsende Marken, die vollständige Automatisierung benötigen", features: ["Unbegrenzte Analysen", "Google Maps Synchronisation", "Markenstimmen-Training", "Management-Einblicke"], buttons: [{ text: "Pro-Testversion starten" }] }, ]} - title="Simple Transparent Pricing" - description="Choose the perfect plan to boost your brand reputation." + title="Einfache, transparente Preise" + description="Wählen Sie den perfekten Plan, um Ihren Markenruf zu stärken." /> @@ -147,41 +109,27 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "10h", title: "Time Saved Weekly", items: [ - "Automation", "AI Processing"], - }, - { - id: "m2", value: "25%", title: "Response Time Improvement", items: [ - "Efficiency", "Realtime"], - }, - { - id: "m3", value: "4.8", title: "Average Rating Increase", items: [ - "Sentiment", "Consistency"], - }, + { id: "m1", value: "10h", title: "Wöchentlich gesparte Zeit", items: ["Automatisierung", "KI-Verarbeitung"] }, + { id: "m2", value: "25%", title: "Verbesserung der Antwortzeit", items: ["Effizienz", "Echtzeit"] }, + { id: "m3", value: "4.8", title: "Durchschnittliche Rating-Erhöhung", items: ["Stimmung", "Konsistenz"] }, ]} - title="Data-Driven Success" - description="Quantifiable results that move the needle for your business." + title="Datengestützter Erfolg" + description="Messbare Ergebnisse, die Ihr Unternehmen voranbringen." />
@@ -211,11 +156,10 @@ export default function LandingPage() {
@@ -224,22 +168,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-vector/gradient-technology-logo_52683-8578.jpg" logoText="ReviewHero" columns={[ - { - title: "Product", items: [ - { - label: "Features", href: "#features"}, - { - label: "Pricing", href: "#pricing"}, - ], - }, - { - title: "Legal", items: [ - { - label: "Privacy Policy", href: "#"}, - { - label: "Terms", href: "#"}, - ], - }, + { title: "Produkt", items: [{ label: "Funktionen", href: "#features" }, { label: "Preise", href: "#pricing" }] }, + { title: "Rechtliches", items: [{ label: "Datenschutzrichtlinie", href: "#" }, { label: "AGB", href: "#" }] }, ]} />