From 775792f30d2f6759dfe991a8a1accafadce6c5c8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:44:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 122 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 91 insertions(+), 31 deletions(-) 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 +} -- 2.49.1