diff --git a/src/app/page.tsx b/src/app/page.tsx index cc4f779..b222820 100644 --- a/src/app/page.tsx +++ b/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" + }} />
+
+ +
+
+
+

Strategy & Discovery

We analyze your business, target market, competitive positioning, and ideal customer profile. Understanding your unique value proposition ensures we target the right buyers.

, + media:
1
, + reverse: false + }, + { + id: "step-2", content:

Lead Generation & Qualification

We identify and reach out to qualified prospects matching your ICP. Every lead is vetted and qualified before delivery to ensure genuine sales potential.

, + media:
2
, + reverse: true + }, + { + id: "step-3", content:

Sales Execution & Pipeline Management

We manage relationships, conduct demonstrations, handle negotiations, and move prospects through your sales funnel. You receive regular updates on pipeline health and opportunity status.

, + media:
3
, + reverse: false + }, + { + id: "step-4", content:

Scale & Optimize

We analyze results, identify what's working, and scale successful processes. Continuous optimization ensures your pipeline grows predictably while maintaining lead quality.

, + media:
4
, + reverse: true + }, + ]} + containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" + /> + +
); -} \ No newline at end of file +}