Merge version_4 into main #3
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
@@ -145,21 +145,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
<FaqSplitMedia
|
||||
useInvertedBackground={false}
|
||||
title="Psychological Insights & FAQ"
|
||||
description="Understanding the underlying motivations of professional growth."
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "What is the primary service area?", content: "I specialize in premium branding and strategy for high-net-worth professionals."},
|
||||
id: "f1", title: "How does psychology influence brand success?", content: "Professional identity is deeply rooted in perception; we use behavioral science to align your image with your deepest career goals."},
|
||||
{
|
||||
id: "f2", title: "How do we get started?", content: "You can book an introductory discovery call through the contact form below."},
|
||||
id: "f2", title: "What is the cognitive edge in consulting?", content: "It's the ability to foresee market shifts by understanding the human psyche driving the market participants themselves."},
|
||||
{
|
||||
id: "f3", title: "Are services available globally?", content: "Yes, I work with clients and brands across multiple regions via digital and on-site sessions."},
|
||||
id: "f3", title: "Is the discovery call confidential?", content: "Absolutely. Your aspirations are treated with the highest standard of professional privacy and psychological safety."},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book a Discovery Call", href: "#contact" }
|
||||
]}
|
||||
sideTitle="Frequent Inquiries"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/psychology-concept-brain-lightbulb_23-2148767793.jpg"
|
||||
faqsAnimation="blur-reveal"
|
||||
mediaAnimation="blur-reveal"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user