Update src/app/page.tsx

This commit is contained in:
2026-05-05 16:14:06 +00:00
parent a85f91058a
commit 74896c7583

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, CheckCircle, Clock, Cloud, Code, Lightbulb, Zap, Bot, Database } from "lucide-react";
import { Lightbulb, Zap, Database, Cloud, Code, Bot } from "lucide-react";
export default function LandingPage() {
return (
@@ -142,6 +142,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
useInvertedBackground={false}
textboxLayout="split"
faqs={[
{ id: "f1", title: "Welche KI-Modelle nutzen Sie?", content: "Ich arbeite modellagnostisch mit modernsten Modellen von OpenAI, Anthropic oder Open Source Lösungen." },
{ id: "f2", title: "Wie lange dauert eine Prozess-Analyse?", content: "Eine erste Analyse findet meist in einem 2-stündigen Workshop statt." },
@@ -179,6 +180,7 @@ export default function LandingPage() {
textarea={{ name: "message", placeholder: "Beschreiben Sie Ihr Projekt..." }}
imageSrc="http://img.b2bpic.net/free-photo/business-woman-holding-chat-bubble_482257-124991.jpg"
buttonText="Anfrage senden"
useInvertedBackground={false}
/>
</div>