From 4f0b7bf7e90e7c528af1193a4ab814fdf887051b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:53:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7259327..a05bcc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TextAbout from '@/components/sections/about/TextAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Heart, Sparkles, Users, Award, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -52,6 +51,7 @@ export default function LandingPage() { { value: "15+", label: "Years of Care" }, { value: "98%", label: "Growth Success" } ]} + enableKpiAnimation={true} buttons={[{ text: "Begin Your Journey", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_23-2149218327.jpg" /> @@ -72,6 +72,7 @@ export default function LandingPage() { description="We focus on the essential building blocks that keep relationships strong and resilient through time." textboxLayout="split" animationType="blur-reveal" + useInvertedBackground={false} features={[ { id: "1", title: "Active Listening", subtitle: "Deep empathy", category: "Skills", value: "Mastery" }, { id: "2", title: "Conflict De-escalation", subtitle: "Stay calm", category: "Methods", value: "Proven" }, @@ -102,6 +103,7 @@ export default function LandingPage() { description="See the positive changes our clients experience through our proven framework." animationType="depth-3d" textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "m1", value: "40%", title: "Improved Communication", items: ["Better conflict resolution", "More honest dialogue"] }, { id: "m2", value: "85%", title: "Increased Intimacy", items: ["Deepened emotional bonds", "Greater physical connection"] }, @@ -115,6 +117,7 @@ export default function LandingPage() { title="Client Success Stories" description="Real people finding meaningful solutions to life's biggest challenges." textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", title: "Life-changing", quote: "We found our path back to one another through these sessions.", name: "Sarah Miller", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg" }, { id: "2", title: "Deeply Insightful", quote: "Professional guidance that genuinely works for modern relationships.", name: "David Chan", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-outdoors-with-copy-space_23-2148613035.jpg" } @@ -131,6 +134,8 @@ export default function LandingPage() { { id: "q2", title: "Are sessions private?", content: "Confidentiality is the cornerstone of our coaching environment." } ]} faqsAnimation="blur-reveal" + textboxLayout="split" + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/late-afternoon-light-beige-wall_53876-101297.jpg" /> @@ -142,6 +147,7 @@ export default function LandingPage() { description="Schedule your complimentary 15-minute introductory chat." buttons={[{ text: "Send Message" }]} useInvertedBackground={true} + background={{ variant: 'radial-gradient' }} /> -- 2.49.1