diff --git a/src/app/page.tsx b/src/app/page.tsx index 7082668..a5885ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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() {