diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ad3504..f7f3d8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,11 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Phone } from "lucide-react"; +import { Phone, Calendar } from "lucide-react"; export default function LandingPage() { + const CALENDLY_URL = "https://calendly.com/your-profile"; + return ( @@ -51,6 +55,17 @@ export default function LandingPage() { ]} title="VoiceLinkAI Performance Report" description="Die Auswirkungen unserer KI-gestützten Kundenkommunikation auf Ihren Unternehmenserfolg." + buttons={[{ text: "Jetzt buchen", href: CALENDLY_URL }]} + /> + + +
+
@@ -68,10 +83,6 @@ export default function LandingPage() { id: "f2", title: "Ist der Service rund um die Uhr verfügbar?", content: "Ja, unsere KI-Agenten sind 24/7 für Ihre Kunden da."}, { id: "f3", title: "Kann die KI auch Termine buchen?", content: "Absolut. Die KI greift auf Ihren Kalender zu und bucht Termine vollautomatisch."}, - { - id: "f4", title: "Wie sicher ist meine Kundenkommunikation?", content: "Datenschutz ist unsere Priorität. Alle Daten werden DSGVO-konform verarbeitet."}, - { - id: "f5", title: "Gibt es eine Testphase?", content: "Gerne bieten wir Ihnen eine individuelle Demo Ihres persönlichen KI-Agenten an."}, ]} /> @@ -83,29 +94,8 @@ export default function LandingPage() { cardTag="Erfolge" cardAnimation="slide-up" testimonials={[ - { - id: "t1", name: "Markus S., Handwerksmeister", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BD3dlR7FZEi8PoUil2VldNiisn/a-minimalist-sharp-edged-icon-of-an-upwa-1774698148496-c9c4e47b.png?_wi=2"}, - { - id: "t2", name: "Sarah P., Praxisinhaberin", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BD3dlR7FZEi8PoUil2VldNiisn/a-minimalist-sharp-edged-icon-of-an-upwa-1774698148496-c9c4e47b.png?_wi=3"}, - { - id: "t3", name: "Thomas G., Vertriebsleiter", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BD3dlR7FZEi8PoUil2VldNiisn/a-minimalist-sharp-edged-icon-of-an-upwa-1774698148496-c9c4e47b.png?_wi=4"}, - { - id: "t4", name: "Julia M., Kanzleiinhaberin", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BD3dlR7FZEi8PoUil2VldNiisn/a-minimalist-sharp-edged-icon-of-an-upwa-1774698148496-c9c4e47b.png?_wi=5"}, - { - id: "t5", name: "Lukas R., Startup Gründer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BD3dlR7FZEi8PoUil2VldNiisn/a-minimalist-sharp-edged-icon-of-an-upwa-1774698148496-c9c4e47b.png?_wi=6"}, - ]} - /> - - -
-
@@ -117,13 +107,11 @@ export default function LandingPage() { ctaTitle="Bereit zur Automatisierung?" ctaDescription="Vereinbaren Sie noch heute Ihr persönliches Beratungsgespräch." ctaButton={{ - text: "Beratung vereinbaren", href: "#"}} - ctaIcon={Phone} + text: "Beratung vereinbaren", href: CALENDLY_URL}} + ctaIcon={Calendar} faqs={[ { - id: "cf1", title: "Was kostet der Setup?", content: "Der Setup ist individuell und richtet sich nach Ihren Anforderungen."}, - { - id: "cf2", title: "Kann ich die Stimme anpassen?", content: "Ja, wir bieten verschiedene natürliche Stimmen zur Auswahl."}, + id: "cf1", title: "Live Support", content: ""}, ]} /> @@ -133,8 +121,8 @@ export default function LandingPage() { columns={[ { title: "VoiceLinkAI", items: [ - { - label: "Kein Anruf bleibt mehr unbeantwortet.", href: "#"}, + { label: "Über uns", href: "#about" }, + { label: "Kontakt", href: "#contact" }, ], }, ]}