Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 22:33:50 +00:00

View File

@@ -67,6 +67,7 @@ export default function LandingPage() {
{ value: "8 Wks", title: "Transformation Time" }
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-using-tablet-work-while-her-colleagues-are-using-laptop-documents_23-2149330960.jpg"
useInvertedBackground={false}
/>
</div>
@@ -91,6 +92,8 @@ export default function LandingPage() {
animationType="slide-up"
title="Measurable Agency Impact"
textboxLayout="default"
description="Real-world impact summary."
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "$10k", title: "Monthly Revenue Gain", description: "Average increase", icon: Zap },
{ id: "m2", value: "8 Wks", title: "Time to Scale", description: "Full deployment", icon: Mic },
@@ -104,6 +107,7 @@ export default function LandingPage() {
gridVariant="bento-grid"
animationType="slide-up"
useInvertedBackground={true}
textboxLayout="split"
title="Individual Tool Suite"
description="Start with what matters most."
products={[
@@ -120,6 +124,7 @@ export default function LandingPage() {
title="Scale with Katalyst"
textboxLayout="split"
useInvertedBackground={false}
description="Simple pricing plans."
plans={[
{ id: "p1", tag: "Essential", price: "$225", period: "/mo", description: "Per individual agent", button: { text: "Get Started" }, featuresTitle: "What's included", features: ["Targeted automation", "CRM sync"] },
{ id: "p2", tag: "Elite", price: "$2,000", period: "/mo", description: "Full Agency Suite", button: { text: "Scale Now" }, featuresTitle: "What's included", features: ["All agents", "Priority 24/7", "Architecture audit"] }
@@ -131,6 +136,8 @@ export default function LandingPage() {
<TestimonialCardFive
title="Client Success Stories"
textboxLayout="split"
description="What our partners say."
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "James Anderson", date: "October 2024", title: "CEO, InnovateMedia", quote: "Working with Katalyst was the best investment we've made this year. Our team is no longer burning out on admin.", tag: "ROI Focused", avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg"
@@ -143,6 +150,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Ready to Scale?"
description="Let's audit your agency for an 8-week transformation."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" }