From 069acc9e72353e36d8b36022ccd497660c1416df Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:30:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 +++++++---------------------------------------- 1 file changed, 38 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ca1e6e..38e590e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { AlertCircle, Sparkles, Zap, HelpCircle, Users, Phone } from "lucide-react"; +import FeatureBento from "@/components/sections/feature/FeatureBento"; +import { AlertCircle, Sparkles, Zap, HelpCircle, Users, Phone, Clock, FileText, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -31,8 +32,8 @@ export default function LandingPage() { navItems={[ { name: "Probleme", id: "problems" }, { name: "Unsere Agenten", id: "agents" }, + { name: "Über uns", id: "about-us" }, { name: "Live testen", id: "live-test" }, - { name: "So funktioniert's", id: "process" }, { name: "FAQ", id: "faq" } ]} brandName="VoiceLink.AI" @@ -46,45 +47,13 @@ export default function LandingPage() { tag="KI-Agenten speziell für Solarunternehmen" tagIcon={Sparkles} tagAnimation="slide-up" - buttons={[ - { - text: "👉 Kostenloses Erstgespräch buchen", href: "https://calendly.com/voicelinkai/info" - } - ]} + buttons={[{ text: "👉 Kostenloses Erstgespräch buchen", href: "https://calendly.com/voicelinkai/info" }]} buttonAnimation="blur-reveal" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/portrait-business-people-office-4_1262-1481.jpg", alt: "Solarunternehmen CEO" }, - { src: "http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg", alt: "Geschäftsführer" }, - { src: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg", alt: "Projektleiter" }, - { src: "http://img.b2bpic.net/free-photo/businessman-dress-code-posing-as-professional_114579-15939.jpg", alt: "Kundenreferenz" } - ]} - avatarText="Vertraut von Solarunternehmen deutschlandweit" - testimonials={[ - { - name: "Sarah Müller", handle: "Geschäftsführerin SolarMax", testimonial: "Die KI-Agenten haben unsere Effizienz um 60% gesteigert. Unsere Mitarbeiter konzentrieren sich endlich auf echte Projekte.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-people-office-4_1262-1481.jpg", imageAlt: "Sarah Müller" - }, - { - name: "Thomas König", handle: "Betriebsleiter EnergieWerk", testimonial: "Von null auf 100 in zwei Wochen. Der Agent nimmt jetzt 80% unserer Routineanrufe entgegen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg", imageAlt: "Thomas König" - }, - { - name: "Julia Weber", handle: "Vertriebsleiterin GreenEnergy", testimonial: "Unsere Anfragenbeantwortungszeit fiel von 2 Tagen auf unter 30 Sekunden. Game Changer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg", imageAlt: "Julia Weber" - }, - { - name: "Marcus Fischer", handle: "Geschäftsinaber SunTech", testimonial: "Endlich keine verpassten Leads mehr. Der Agent bucht sofort Termine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-posing-as-professional_114579-15939.jpg", imageAlt: "Marcus Fischer" - } - ]} - testimonialRotationInterval={5000} - useInvertedBackground={false} - background={{ variant: "plain" }} mediaAnimation="blur-reveal" /> -
+
+
+ +
+
-
- -
- -
- -
- -
- -
- -
+
-
- -
- -
- -
- -
- -
- -
- -
-
); -} +} \ No newline at end of file -- 2.49.1