Files
agent0_homepage/docs/index.md
T
tfw d814f14897 Add testimonials section with interactive functionality
Introduced a testimonials section to the homepage, including JavaScript for interactive switching and automatic cycling, as well as responsive styles in SCSS. Users can now view dynamic testimonials with associated images and text.
2025-04-25 11:41:04 +02:00

7.4 KiB

hide
hide
navigation
toc

KI-Power
für Ihr Business

satware® AI bietet zukunftsweisende KI-Lösungen, die Unternehmen dabei unterstützen, ihre Prozesse zu optimieren, Daten effektiver zu nutzen und intelligente Entscheidungen zu treffen. Unsere Technologien sind darauf ausgerichtet, Ihren Geschäftserfolg durch moderne, KI-gestützte Lösungen zu steigern.

Demo buchen Zugang bestellen

Trusted by the world's top
organizations across industries


602+ Company AI platforms created
7,199+ Specialized AI agents built
132,853+ Monthly active users
785,862+ Monthly messages sent

Let teams do more, faster

<div class="satag--home-testimonials">
Traffic Builders Logo
"We try to incorporate supporting our consultants with their specific tasks into TypingMind Custom by creating custom plugins to help with some of our more time-consuming tasks so TypingMind becomes more of a one-stop-shop for us."
Amber Swier
Copywriter/Content Marketer at Traffic Builders
        <div class="satag--home-testimonials-text" data-testimonial-id="2">
            <img class="satag--home-testimonial-text-logo" src="../../assets/images/home/testimonials/satware-ag.png" alt="Traffic Builders Logo">

            <blockquote>
                "satware AI has transformed how our team collaborates on complex projects. The ability to have specialized AI agents for different tasks has cut our research and documentation time in half."
            </blockquote>
            <div class="satag--home-testimonial-author">
                <span class="satag--home-testimonial-name">Emma Johnson</span><br />
                <span class="satag--home-testimonial-title">Project Manager at Company 2</span>
            </div>
        </div>
        
        <div class="satag--home-testimonials-text" data-testimonial-id="3">
                    <img class="satag--home-testimonial-text-logo" src="../../assets/images/home/testimonials/satware-ag.png" alt="Traffic Builders Logo">
    
    <blockquote>
                "The integration capabilities of satware AI with our existing tools made adoption seamless. Our team productivity has increased by 35% since implementation, and the custom agents continue to learn our specific needs."
            </blockquote>
            <div class="satag--home-testimonial-author">
                <span class="satag--home-testimonial-name">Michael Schmidt</span><br />
                <span class="satag--home-testimonial-title">CTO at Company 3</span>
            </div>
        </div>
    </div>

    <div class="satag--home-testimonials-images">
        <!-- Bilder mit data-testimonial-id Attribut zur Identifizierung -->
        <div class="satag--home-testimonial-image-wrapper active" data-testimonial-id="1">
            <img src="../../assets/images/team/jane-alesi.jpg" alt="Person 1" class="satag--home-testimonial-image">
            <div class="satag--home-testimonial-logo">
                <img src="../../assets/images/home/company-logos/satware-ag.png" alt="Traffic Builders Logo">
            </div>
        </div>
        <div class="satag--home-testimonial-image-wrapper" data-testimonial-id="2">
            <img src="../../assets/images/team/eddi-alesi.jpg" alt="Person 2" class="satag--home-testimonial-image">
            <div class="satag--home-testimonial-logo">
                <img src="../../assets/images/home/company-logos/satware-ag.png" alt="Company 2 Logo">
            </div>
        </div>
        <div class="satag--home-testimonial-image-wrapper" data-testimonial-id="3">
            <img src="../../assets/images/team/luna-alesi.jpg" alt="Person 3" class="satag--home-testimonial-image">
            <div class="satag--home-testimonial-logo">
                <img src="../../assets/images/home/company-logos/satware-ag.png" alt="Company 3 Logo">
            </div>
        </div>
    </div>
    
    
</div>