Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-13 14:25:47 +00:00
3 changed files with 61 additions and 225 deletions

View File

@@ -27,32 +27,28 @@ export default function AboutPage() {
const footerColumns = [
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "/about" },
{ label: "Founder", href: "/about" },
{ label: "Services", href: "/services" },
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Insights", href: "/insights" },
{ label: "Blog", href: "/insights" },
{ label: "Case Studies", href: "/services" },
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Email", href: "mailto:hello@kufferconsulting.com" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
],
@@ -77,9 +73,7 @@ export default function AboutPage() {
brandName="Küffer Consulting"
navItems={navItems}
button={{
text: "Book Consultation",
href: "/contact",
}}
text: "Book Consultation", href: "/contact"}}
/>
</div>
@@ -101,23 +95,15 @@ export default function AboutPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Our Founder",
},
type: "text", content: "Our Founder"},
{
type: "text",
content: "With 6+ years in cybersecurity and enterprise technology, our founder has navigated complex B2B sales environments. This unique background means we understand your product at a technical level and can build sales processes that speak to C-suite buyers.",
},
type: "text", content: "With 6+ years in cybersecurity and enterprise technology, our founder has navigated complex B2B sales environments. This unique background means we understand your product at a technical level and can build sales processes that speak to C-suite buyers."},
{
type: "text",
content: "We've lived through the challenges: building sales teams, managing pipelines, implementing new tools, and scaling revenue. Now, we channel that experience into helping other founders and entrepreneurs do it better and faster.",
},
type: "text", content: "We've lived through the challenges: building sales teams, managing pipelines, implementing new tools, and scaling revenue. Now, we channel that experience into helping other founders and entrepreneurs do it better and faster."},
]}
buttons={[
{
text: "Book a Consultation",
href: "/contact",
},
text: "Book a Consultation", href: "/contact"},
]}
useInvertedBackground={false}
containerClassName="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"
@@ -131,37 +117,21 @@ export default function AboutPage() {
description="Data-driven, outcome-focused methodology designed to deliver measurable results."
features={[
{
title: "Understand Your Product",
description: "We invest time in understanding your technology, competitive positioning, and value proposition. This deep knowledge informs every strategy we develop.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2vf8c&_wi=3",
imageAlt: "Product understanding",
},
title: "Understand Your Product", description: "We invest time in understanding your technology, competitive positioning, and value proposition. This deep knowledge informs every strategy we develop.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2vf8c", imageAlt: "Product understanding"},
{
title: "Define Your ICP",
description: "Together, we identify your Ideal Customer Profile, decision-making criteria, and key pain points. This clarity ensures every lead generated is genuinely qualified.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=msc6kz&_wi=3",
imageAlt: "ICP definition",
},
title: "Define Your ICP", description: "Together, we identify your Ideal Customer Profile, decision-making criteria, and key pain points. This clarity ensures every lead generated is genuinely qualified.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=msc6kz", imageAlt: "ICP definition"},
{
title: "Build Scalable Systems",
description: "We create repeatable processes that work. Your sales methodology becomes a documented system that can scale as you grow, not something dependent on individual salespeople.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fh389v&_wi=3",
imageAlt: "System building",
},
title: "Build Scalable Systems", description: "We create repeatable processes that work. Your sales methodology becomes a documented system that can scale as you grow, not something dependent on individual salespeople.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fh389v", imageAlt: "System building"},
{
title: "Execute & Measure",
description: "Implementation is where strategy becomes real. We execute campaigns, manage pipelines, and provide transparent reporting so you always know what's working and what needs adjustment.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d1qn43&_wi=3",
imageAlt: "Execution and measurement",
},
title: "Execute & Measure", description: "Implementation is where strategy becomes real. We execute campaigns, manage pipelines, and provide transparent reporting so you always know what's working and what needs adjustment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d1qn43", imageAlt: "Execution and measurement"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
titleClassName="text-4xl sm:text-5xl font-extrabold mb-4"
descriptionClassName="text-lg text-gray-600 max-w-3xl mb-12"
cardTitleClassName="text-4xl sm:text-5xl font-extrabold mb-4"
cardDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12"
/>
</div>

View File

@@ -26,32 +26,28 @@ export default function InsightsPage() {
const footerColumns = [
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/insights" },
{ label: "Articles", href: "/insights" },
{ label: "Case Studies", href: "/services" },
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Lead Generation", href: "/services" },
{ label: "Strategy", href: "/services" },
{ label: "Management", href: "/services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Team", href: "/about" },
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Email", href: "mailto:hello@kufferconsulting.com" },
{ label: "Book Call", href: "/contact" },
@@ -61,71 +57,17 @@ export default function InsightsPage() {
const blogs = [
{
id: "blog-1",
category: "B2B Sales Strategy",
title: "The Complete Guide to Building a B2B Sales Process",
excerpt: "Learn the fundamentals of creating a scalable sales methodology that works for startups and SMEs. From prospecting to closing, we break down each step.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2vf8c&_wi=4",
imageAlt: "Sales process guide",
authorName: "Küffer Consulting",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gu3nme",
date: "March 15, 2024",
},
id: "blog-1", category: "B2B Sales Strategy", title: "The Complete Guide to Building a B2B Sales Process", excerpt: "Learn the fundamentals of creating a scalable sales methodology that works for startups and SMEs. From prospecting to closing, we break down each step.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2vf8c", imageAlt: "Sales process guide", authorName: "Küffer Consulting", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gu3nme", date: "March 15, 2024"},
{
id: "blog-2",
category: "Lead Generation",
title: "How to Identify and Target Your Ideal Customer Profile",
excerpt: "Precision targeting beats volume every time. Discover how to define your ICP and dramatically improve your lead quality and conversion rates.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=msc6kz&_wi=4",
imageAlt: "ICP targeting",
authorName: "Küffer Consulting",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l0z12k",
date: "March 8, 2024",
},
id: "blog-2", category: "Lead Generation", title: "How to Identify and Target Your Ideal Customer Profile", excerpt: "Precision targeting beats volume every time. Discover how to define your ICP and dramatically improve your lead quality and conversion rates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=msc6kz", imageAlt: "ICP targeting", authorName: "Küffer Consulting", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l0z12k", date: "March 8, 2024"},
{
id: "blog-3",
category: "Sales Automation",
title: "5 Critical Sales Automation Tools Every B2B Company Needs",
excerpt: "The right tools can multiply your team's productivity. We review CRM platforms, workflow automation, and analytics tools that deliver ROI.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fh389v&_wi=4",
imageAlt: "Automation tools",
authorName: "Küffer Consulting",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=koccta",
date: "February 28, 2024",
},
id: "blog-3", category: "Sales Automation", title: "5 Critical Sales Automation Tools Every B2B Company Needs", excerpt: "The right tools can multiply your team's productivity. We review CRM platforms, workflow automation, and analytics tools that deliver ROI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fh389v", imageAlt: "Automation tools", authorName: "Küffer Consulting", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=koccta", date: "February 28, 2024"},
{
id: "blog-4",
category: "Startup Growth",
title: "From 0 to $1M ARR: The Sales Playbook",
excerpt: "The path from pre-revenue to $1M annual recurring revenue requires specific strategies at each stage. Here's what works for early-stage SaaS companies.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d1qn43&_wi=4",
imageAlt: "Growth playbook",
authorName: "Küffer Consulting",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7xw5y5",
date: "February 20, 2024",
},
id: "blog-4", category: "Startup Growth", title: "From 0 to $1M ARR: The Sales Playbook", excerpt: "The path from pre-revenue to $1M annual recurring revenue requires specific strategies at each stage. Here's what works for early-stage SaaS companies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d1qn43", imageAlt: "Growth playbook", authorName: "Küffer Consulting", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7xw5y5", date: "February 20, 2024"},
{
id: "blog-5",
category: "Enterprise Sales",
title: "Selling to Enterprise: Multi-Threaded Deals & Stakeholder Management",
excerpt: "Enterprise sales requires a different approach. Learn how to navigate complex buying committees and close deals with multiple decision-makers.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=etnjhi",
imageAlt: "Enterprise sales",
authorName: "Küffer Consulting",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0kxtce",
date: "February 12, 2024",
},
id: "blog-5", category: "Enterprise Sales", title: "Selling to Enterprise: Multi-Threaded Deals & Stakeholder Management", excerpt: "Enterprise sales requires a different approach. Learn how to navigate complex buying committees and close deals with multiple decision-makers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=etnjhi", imageAlt: "Enterprise sales", authorName: "Küffer Consulting", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0kxtce", date: "February 12, 2024"},
{
id: "blog-6",
category: "Lead Qualification",
title: "MQL to SQL: Mastering the Qualification Funnel",
excerpt: "Not all leads are created equal. Understand the qualification process, scoring models, and handoff criteria that maximize sales efficiency.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1llrl7",
imageAlt: "Lead qualification",
authorName: "Küffer Consulting",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a8pk8t",
date: "February 5, 2024",
},
id: "blog-6", category: "Lead Qualification", title: "MQL to SQL: Mastering the Qualification Funnel", excerpt: "Not all leads are created equal. Understand the qualification process, scoring models, and handoff criteria that maximize sales efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1llrl7", imageAlt: "Lead qualification", authorName: "Küffer Consulting", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a8pk8t", date: "February 5, 2024"},
];
return (
@@ -146,9 +88,7 @@ export default function InsightsPage() {
brandName="Küffer Consulting"
navItems={navItems}
button={{
text: "Book Consultation",
href: "/contact",
}}
text: "Book Consultation", href: "/contact"}}
/>
</div>
@@ -169,7 +109,6 @@ export default function InsightsPage() {
<div id="insights-blog" data-section="insights-blog">
<BlogCardThree
blogs={blogs}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
carouselMode="buttons"
textboxLayout="default"
@@ -177,8 +116,8 @@ export default function InsightsPage() {
title="Latest Articles"
description="Strategies, tactics, and insights to help you build scalable B2B sales systems."
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
titleClassName="text-4xl sm:text-5xl font-extrabold mb-4"
descriptionClassName="text-lg text-gray-600 max-w-2xl mb-12"
textBoxTitleClassName="text-4xl sm:text-5xl font-extrabold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-12"
/>
</div>

View File

@@ -21,32 +21,28 @@ const navItems = [
const navigationColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Insights", href: "/insights" },
{ label: "Case Studies", href: "/services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Team", href: "/about" },
{ label: "Careers", href: "#" },
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -73,9 +69,7 @@ export default function HomePage() {
navItems={navItems}
brandName="Küffer Consulting"
button={{
text: "Book Consultation",
href: "/contact",
}}
text: "Book Consultation", href: "/contact"}}
/>
</div>
@@ -111,41 +105,25 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
title: "B2B Lead Generation",
description:
"Identification and delivery of qualified leads tailored to your ideal customer profile. Our data-driven approach ensures every lead has genuine potential.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=msc6kz&_wi=1",
imageAlt: "qualified leads generation targeting B2B",
},
title: "B2B Lead Generation", description:
"Identification and delivery of qualified leads tailored to your ideal customer profile. Our data-driven approach ensures every lead has genuine potential.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=msc6kz", imageAlt: "qualified leads generation targeting B2B"},
{
title: "Sales Strategy Consulting",
description:
"Develop scalable, data-driven sales processes tailored to your business model. We transform your sales approach into a predictable, repeatable system.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2vf8c&_wi=1",
imageAlt: "sales strategy planning business development",
},
title: "Sales Strategy Consulting", description:
"Develop scalable, data-driven sales processes tailored to your business model. We transform your sales approach into a predictable, repeatable system.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2vf8c", imageAlt: "sales strategy planning business development"},
{
title: "Full-Cycle Sales Management",
description:
"Complete management of your sales funnel from prospecting to closing. We handle the entire process so you can focus on product and operations.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d1qn43&_wi=1",
imageAlt: "full-cycle sales management CRM system",
},
title: "Full-Cycle Sales Management", description:
"Complete management of your sales funnel from prospecting to closing. We handle the entire process so you can focus on product and operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d1qn43", imageAlt: "full-cycle sales management CRM system"},
{
title: "Sales Technology & Automation",
description:
"Implementation of modern sales tools, CRM optimization, and automation systems. We integrate technology that scales with your business.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fh389v&_wi=1",
imageAlt: "sales technology automation CRM platform",
},
title: "Sales Technology & Automation", description:
"Implementation of modern sales tools, CRM optimization, and automation systems. We integrate technology that scales with your business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fh389v", imageAlt: "sales technology automation CRM platform"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
titleClassName="text-4xl sm:text-5xl font-extrabold mb-4"
descriptionClassName="text-lg sm:text-xl text-gray-600 max-w-3xl mb-12"
textBoxTitleClassName="text-4xl sm:text-5xl font-extrabold mb-4"
textBoxDescriptionClassName="text-lg sm:text-xl text-gray-600 max-w-3xl mb-12"
/>
</div>
@@ -153,19 +131,13 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Why Choose Küffer Consulting?",
},
type: "text", content: "Why Choose Küffer Consulting?"},
{
type: "text",
content:
"Our founder brings 6+ years of expertise in cybersecurity and enterprise technology. This technical foundation enables us to understand complex B2B products and build sales processes that actually work. We speak both the language of technology and sales—a rare combination that drives results.",
},
type: "text", content:
"Our founder brings 6+ years of expertise in cybersecurity and enterprise technology. This technical foundation enables us to understand complex B2B products and build sales processes that actually work. We speak both the language of technology and sales—a rare combination that drives results."},
{
type: "text",
content:
"We don't just generate leads; we build sustainable sales systems. Your success is measured by predictable pipeline growth, not vanity metrics. Every strategy we implement is data-driven and designed to scale with your business.",
},
type: "text", content:
"We don't just generate leads; we build sustainable sales systems. Your success is measured by predictable pipeline growth, not vanity metrics. Every strategy we implement is data-driven and designed to scale with your business."},
]}
buttons={[{ text: "Learn More About Us", href: "/about" }]}
useInvertedBackground={true}
@@ -177,16 +149,7 @@ export default function HomePage() {
<div id="home-social-proof" data-section="home-social-proof">
<SocialProofOne
names={[
"TechStartup Inc",
"SaaS Solutions Ltd",
"CyberSecure Systems",
"DataFlow Analytics",
"CloudBase Enterprise",
"InnovateTech Corp",
"GrowthScale Partners",
"Digital Ventures GmbH",
"Revenue Rocket AI",
]}
"TechStartup Inc", "SaaS Solutions Ltd", "CyberSecure Systems", "DataFlow Analytics", "CloudBase Enterprise", "InnovateTech Corp", "GrowthScale Partners", "Digital Ventures GmbH", "Revenue Rocket AI"]}
title="Trusted by Growing Companies"
description="We've helped startups and SMEs across SaaS, cybersecurity, and enterprise tech accelerate their B2B sales."
textboxLayout="default"
@@ -202,59 +165,23 @@ export default function HomePage() {
<TestimonialCardSix
testimonials={[
{
id: "testimonial-1",
name: "Sarah Chen",
handle: "Founder, DataFlow Analytics",
testimonial:
"Küffer Consulting transformed our sales process. Within 4 months, we increased qualified leads by 3x and closed our largest deal ever. Their understanding of enterprise tech sales is exceptional.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gu3nme",
imageAlt: "Sarah Chen",
},
id: "testimonial-1", name: "Sarah Chen", handle: "Founder, DataFlow Analytics", testimonial:
"Küffer Consulting transformed our sales process. Within 4 months, we increased qualified leads by 3x and closed our largest deal ever. Their understanding of enterprise tech sales is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gu3nme", imageAlt: "Sarah Chen"},
{
id: "testimonial-2",
name: "Marcus Reeves",
handle: "VP Sales, CyberSecure Systems",
testimonial:
"We were struggling to scale without hiring an entire sales team. Küffer built us a playbook that works. Their technology expertise meant they understood our product better than most consultants.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l0z12k",
imageAlt: "Marcus Reeves",
},
id: "testimonial-2", name: "Marcus Reeves", handle: "VP Sales, CyberSecure Systems", testimonial:
"We were struggling to scale without hiring an entire sales team. Küffer built us a playbook that works. Their technology expertise meant they understood our product better than most consultants.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l0z12k", imageAlt: "Marcus Reeves"},
{
id: "testimonial-3",
name: "Elena Rodriguez",
handle: "CEO, CloudBase Enterprise",
testimonial:
"The ROI was clear from month one. Quality leads, structured process, and expert guidance. They didn't just help us grow sales—they helped us build a scalable system.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=koccta",
imageAlt: "Elena Rodriguez",
},
id: "testimonial-3", name: "Elena Rodriguez", handle: "CEO, CloudBase Enterprise", testimonial:
"The ROI was clear from month one. Quality leads, structured process, and expert guidance. They didn't just help us grow sales—they helped us build a scalable system.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=koccta", imageAlt: "Elena Rodriguez"},
{
id: "testimonial-4",
name: "James Liu",
handle: "Founder, InnovateTech Corp",
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://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7xw5y5",
imageAlt: "James Liu",
},
id: "testimonial-4", name: "James Liu", handle: "Founder, InnovateTech Corp", 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://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7xw5y5", imageAlt: "James Liu"},
{
id: "testimonial-5",
name: "Anna Bergström",
handle: "Sales Director, GrowthScale Partners",
testimonial:
"Their approach is refreshingly practical. No fluff, just data-driven strategies that move the needle. Our close rate improved significantly.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0kxtce",
imageAlt: "Anna Bergström",
},
id: "testimonial-5", name: "Anna Bergström", handle: "Sales Director, GrowthScale Partners", testimonial:
"Their approach is refreshingly practical. No fluff, just data-driven strategies that move the needle. Our close rate improved significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0kxtce", imageAlt: "Anna Bergström"},
{
id: "testimonial-6",
name: "David Patel",
handle: "COO, Revenue Rocket AI",
testimonial:
"Küffer didn't just generate leads—they implemented a complete sales system. We now have predictable pipeline growth. They're true partners in our success.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a8pk8t",
imageAlt: "David Patel",
},
id: "testimonial-6", name: "David Patel", handle: "COO, Revenue Rocket AI", testimonial:
"Küffer didn't just generate leads—they implemented a complete sales system. We now have predictable pipeline growth. They're true partners in our success.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a8pk8t", imageAlt: "David Patel"},
]}
title="What Our Clients Say"
description="Proven results from startups and SMEs across multiple industries."