Merge version_2 into main #5
122
src/app/page.tsx
122
src/app/page.tsx
@@ -8,6 +8,7 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
|
||||
@@ -69,21 +70,24 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="Küffer Consulting"
|
||||
button={{
|
||||
text: "Book Consultation", href: "/contact"}}
|
||||
text: "Book a Free Strategy Call", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home-hero" data-section="home-hero">
|
||||
<HeroSplit
|
||||
title="Scale Your B2B Sales with Data-Driven Lead Generation"
|
||||
description="We help startups and SMEs build predictable sales pipelines through expert strategy, qualified lead generation, and modern sales systems—without the overhead of a full internal sales team."
|
||||
title="Scale Your B2B Sales Pipeline"
|
||||
description="Generate qualified B2B leads and build scalable sales systems that accelerate growth without the overhead of a full internal team."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="6+ Years of Expertise"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Book a Consultation", href: "/contact" },
|
||||
{ text: "Book a Free Strategy Call", href: "/contact" },
|
||||
{ text: "Get Qualified Leads", href: "/services" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kd1bih"
|
||||
imageAlt="B2B sales pipeline growth data visualization"
|
||||
imageAlt="B2B sales pipeline growth"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -97,6 +101,26 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home-problem" data-section="home-problem">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Why B2B Companies Struggle with Sales"
|
||||
},
|
||||
{
|
||||
type: "text", content: "Building a predictable sales pipeline is challenging. Most founders and small business leaders lack dedicated sales expertise, don't have time to prospect, struggle to qualify leads properly, and can't afford full-time sales teams. Traditional agencies deliver volume, not quality. That's where we step in."
|
||||
},
|
||||
{
|
||||
type: "text", content: "We understand the unique challenges of B2B sales: long sales cycles, multiple decision-makers, complex buying processes, and the need for technical credibility. Our approach combines data-driven strategy with hands-on execution."
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn How We Help", href: "/services" }]}
|
||||
useInvertedBackground={true}
|
||||
containerClassName="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"
|
||||
headingClassName="text-3xl sm:text-4xl font-extrabold mb-6 space-y-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home-services" data-section="home-services">
|
||||
<FeatureCardOne
|
||||
title="Our Services"
|
||||
@@ -105,16 +129,16 @@ 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: "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 for your business.", 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: "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: "Full-Cycle Sales Management", description:
|
||||
title: "Full-Cycle Sales Execution", 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: "Sales Technology & Automation", description:
|
||||
title: "Sales Strategy", 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 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"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -131,13 +155,16 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Why Choose Küffer Consulting?"},
|
||||
type: "text", content: "Why Küffer Advisory"
|
||||
},
|
||||
{
|
||||
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."},
|
||||
"Our founder brings 6+ years of hands-on experience in cybersecurity and enterprise technology. This technical expertise means we understand complex B2B products at a deep level. We don't just generate leads—we understand your customers' pain points, technical requirements, and buying criteria."
|
||||
},
|
||||
{
|
||||
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."},
|
||||
"We have a proven track record with startups and high-growth companies. We understand the unique challenges of early-stage businesses: bootstrapped budgets, limited team capacity, and the need for rapid scaling. Our startup focus means we deliver pragmatic, results-driven solutions, not theoretical consulting."
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More About Us", href: "/about" }]}
|
||||
useInvertedBackground={true}
|
||||
@@ -149,9 +176,10 @@ 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"]}
|
||||
title="Trusted by Growing Companies"
|
||||
description="We've helped startups and SMEs across SaaS, cybersecurity, and enterprise tech accelerate their B2B sales."
|
||||
"SaaS Startup", "Cybersecurity Firm", "Enterprise Tech", "DataFlow Analytics", "CloudBase Solutions", "InnovateTech Corp", "GrowthScale Partners", "Digital Ventures GmbH", "Revenue Rocket AI"
|
||||
]}
|
||||
title="Results and Use Cases"
|
||||
description="Real results from SaaS startups and cybersecurity companies—accelerated growth, qualified leads, and predictable pipeline."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
@@ -165,14 +193,14 @@ 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, SaaS Startup", 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://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, Cybersecurity Company", 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://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, Enterprise Tech", 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://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"},
|
||||
@@ -181,10 +209,10 @@ export default function HomePage() {
|
||||
"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"},
|
||||
"Küffer didn't just generate leads—they implemented a complete sales system. We now have predictable pipeline growth. 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."
|
||||
description="Proven results from SaaS startups and cybersecurity companies."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
@@ -194,15 +222,47 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home-process" data-section="home-process">
|
||||
<TimelineProcessFlow
|
||||
title="Our Process"
|
||||
description="From strategy to scale—four proven steps to build your predictable B2B sales pipeline."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
items={[
|
||||
{
|
||||
id: "step-1", content: <div><h3 className="text-xl font-bold mb-2">Strategy & Discovery</h3><p className="text-gray-600">We analyze your business, target market, competitive positioning, and ideal customer profile. Understanding your unique value proposition ensures we target the right buyers.</p></div>,
|
||||
media: <div className="w-full h-48 bg-gradient-to-br from-blue-100 to-blue-50 rounded-lg flex items-center justify-center"><span className="text-4xl font-bold text-blue-300">1</span></div>,
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "step-2", content: <div><h3 className="text-xl font-bold mb-2">Lead Generation & Qualification</h3><p className="text-gray-600">We identify and reach out to qualified prospects matching your ICP. Every lead is vetted and qualified before delivery to ensure genuine sales potential.</p></div>,
|
||||
media: <div className="w-full h-48 bg-gradient-to-br from-green-100 to-green-50 rounded-lg flex items-center justify-center"><span className="text-4xl font-bold text-green-300">2</span></div>,
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "step-3", content: <div><h3 className="text-xl font-bold mb-2">Sales Execution & Pipeline Management</h3><p className="text-gray-600">We manage relationships, conduct demonstrations, handle negotiations, and move prospects through your sales funnel. You receive regular updates on pipeline health and opportunity status.</p></div>,
|
||||
media: <div className="w-full h-48 bg-gradient-to-br from-purple-100 to-purple-50 rounded-lg flex items-center justify-center"><span className="text-4xl font-bold text-purple-300">3</span></div>,
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "step-4", content: <div><h3 className="text-xl font-bold mb-2">Scale & Optimize</h3><p className="text-gray-600">We analyze results, identify what's working, and scale successful processes. Continuous optimization ensures your pipeline grows predictably while maintaining lead quality.</p></div>,
|
||||
media: <div className="w-full h-48 bg-gradient-to-br from-orange-100 to-orange-50 rounded-lg flex items-center justify-center"><span className="text-4xl font-bold text-orange-300">4</span></div>,
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home-cta" data-section="home-cta">
|
||||
<ContactCenter
|
||||
tag="Ready to Grow?"
|
||||
title="Start Building Your Predictable Pipeline"
|
||||
description="Book a consultation with our team. We'll analyze your current sales process and show you how to scale without the overhead."
|
||||
tag="Ready to Accelerate Growth?"
|
||||
title="Book Your Free Strategy Call"
|
||||
description="Let's discuss your B2B sales challenges and explore how Küffer Consulting can accelerate your pipeline and revenue growth."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Book Consultation"
|
||||
buttonText="Book a Call"
|
||||
containerClassName="max-w-4xl 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-700 max-w-2xl mb-8"
|
||||
@@ -219,4 +279,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user