diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index b15d3ac..73561dd 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -18,32 +18,28 @@ export default function ContactPage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Contact", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Help Center", href: "#" },
],
},
{
- title: "Follow Us",
- items: [
+ title: "Follow Us", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Email", href: "mailto:hello@kufferconsulting.com" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -72,9 +68,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
- text: "Book Consultation",
- href: "/contact",
- }}
+ text: "Book Consultation", href: "/contact"}}
/>
diff --git a/src/app/insights/page.tsx b/src/app/insights/page.tsx
index 9758792..3ce8876 100644
--- a/src/app/insights/page.tsx
+++ b/src/app/insights/page.tsx
@@ -4,7 +4,7 @@ import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplit from "@/components/sections/hero/HeroSplit";
-import BlogCardThree from "@/components/sections/blog/BlogCardThree";
+import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
export default function InsightsPage() {
@@ -107,7 +107,7 @@ export default function InsightsPage() {
-
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 99a9d1f..9c97066 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -5,6 +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 ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
@@ -18,8 +19,7 @@ const navItems = [
const navigationColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Lead Generation", href: "/services" },
{ label: "Sales Strategy", href: "/services" },
{ label: "Sales Management", href: "/services" },
@@ -27,24 +27,21 @@ const navigationColumns = [
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Insights", href: "/insights" },
{ label: "Contact", href: "/contact" },
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Email", href: "mailto:hello@kufferconsulting.com" },
{ label: "Book Call", href: "/contact" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
],
@@ -70,9 +67,7 @@ export default function ServicesPage() {
navItems={navItems}
brandName="Küffer Consulting"
button={{
- text: "Book Consultation",
- href: "/contact",
- }}
+ text: "Book Consultation", href: "/contact"}}
/>
@@ -93,33 +88,17 @@ export default function ServicesPage() {
description="Each service is designed to work independently or as part of a complete sales transformation."
features={[
{
- title: "B2B Lead Generation",
- description:
- "Identification and delivery of qualified leads tailored to your ideal customer profile. Our methodology combines data research, industry intelligence, and targeting precision to ensure every lead has genuine potential. We don't just volume—we deliver quality.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=msc6kz&_wi=2",
- imageAlt: "Lead generation",
- },
+ title: "B2B Lead Generation", description:
+ "Identification and delivery of qualified leads tailored to your ideal customer profile. Our methodology combines data research, industry intelligence, and targeting precision to ensure every lead has genuine potential. We don't just volume—we deliver quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=msc6kz&_wi=2", imageAlt: "Lead generation"},
{
- title: "Sales Strategy Consulting",
- description:
- "Develop scalable, data-driven sales processes customized to your business model. We analyze your current state, define your ideal sales system, and create a roadmap for sustainable growth. From positioning to pricing strategy, we cover it all.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2vf8c&_wi=2",
- imageAlt: "Strategy development",
- },
+ title: "Sales Strategy Consulting", description:
+ "Develop scalable, data-driven sales processes customized to your business model. We analyze your current state, define your ideal sales system, and create a roadmap for sustainable growth. From positioning to pricing strategy, we cover it all.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2vf8c&_wi=2", imageAlt: "Strategy development"},
{
- title: "Full-Cycle Sales Management",
- description:
- "Complete management of your entire sales funnel from prospecting to closing. Our team handles prospecting, qualification, demonstration, negotiation, and close. You get predictable pipeline growth without the overhead of building an internal team.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d1qn43&_wi=2",
- imageAlt: "Sales management",
- },
+ title: "Full-Cycle Sales Management", description:
+ "Complete management of your entire sales funnel from prospecting to closing. Our team handles prospecting, qualification, demonstration, negotiation, and close. You get predictable pipeline growth without the overhead of building an internal team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d1qn43&_wi=2", imageAlt: "Sales management"},
{
- title: "Sales Technology & Automation",
- description:
- "Implementation and optimization of modern sales tools and automation systems. We integrate CRM platforms, automation workflows, and analytics dashboards that streamline your process and provide real-time visibility into pipeline health.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fh389v&_wi=2",
- imageAlt: "Technology integration",
- },
+ title: "Sales Technology & Automation", description:
+ "Implementation and optimization of modern sales tools and automation systems. We integrate CRM platforms, automation workflows, and analytics dashboards that streamline your process and provide real-time visibility into pipeline health.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fh389v&_wi=2", imageAlt: "Technology integration"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -129,6 +108,36 @@ export default function ServicesPage() {
/>
+
+
+
+