Update src/app/services/page.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
|
||||
@@ -109,29 +109,32 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
|
||||
<div id="services-testimonials" data-section="services-testimonials">
|
||||
<TestimonialCardFive
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Chen", testimonial:
|
||||
id: "testimonial-1", name: "Sarah Chen", handle: "@sarahchen", testimonial:
|
||||
"Küffer helped us build a scalable lead generation system. Within 3 months, we increased qualified leads by 3x and closed our largest deal ever. Their technical expertise in understanding our product was exceptional.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=1", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "testimonial-2", name: "Marcus Reeves", testimonial:
|
||||
id: "testimonial-2", name: "Marcus Reeves", handle: "@mreeves", testimonial:
|
||||
"We were struggling to scale without hiring an entire sales team. Küffer built us a playbook that works. Their deep understanding of cybersecurity helped them target the right buyers.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=1", imageAlt: "Marcus Reeves"},
|
||||
{
|
||||
id: "testimonial-3", name: "Elena Rodriguez", testimonial:
|
||||
id: "testimonial-3", name: "Elena Rodriguez", handle: "@erodriguez", testimonial:
|
||||
"The ROI was clear from month one. Quality leads, structured process, and expert guidance. They built us a scalable system that continues to deliver.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "Elena Rodriguez"},
|
||||
{
|
||||
id: "testimonial-4", name: "James Liu", testimonial:
|
||||
id: "testimonial-4", name: "James Liu", handle: "@jliu", testimonial:
|
||||
"Finally, someone who understands both technology and sales. Küffer's strategy doubled our pipeline in the first quarter. Best investment we made in our growth.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "James Liu"},
|
||||
{
|
||||
id: "testimonial-5", name: "Anna Bergström", testimonial:
|
||||
id: "testimonial-5", name: "Anna Bergström", handle: "@abergstrom", testimonial:
|
||||
"Their approach is refreshingly practical. No fluff, just data-driven strategies that move the needle. Our close rate improved significantly.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=2", imageAlt: "Anna Bergström"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Real results from B2B companies that have transformed their sales."
|
||||
animationType="slide-up"
|
||||
title="What Our Clients Say"
|
||||
titleSegments={[]}
|
||||
description="Real results from B2B companies that have transformed their sales."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Testimonials"
|
||||
tagAnimation="slide-up"
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
|
||||
textBoxTitleClassName="text-4xl sm:text-5xl font-extrabold mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-12"
|
||||
|
||||
Reference in New Issue
Block a user