Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0386635e3e | |||
| 701e594578 | |||
| 606fcd759b | |||
| b1a11d44b5 | |||
| 3e33c35acb |
@@ -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';
|
||||
@@ -17,7 +17,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
@@ -46,6 +46,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="Joana Alves"
|
||||
description="Premium personal branding and strategic consulting for the modern era. Elevating your professional identity with sophisticated, data-driven insights."
|
||||
buttonAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services", href: "#features"},
|
||||
@@ -70,13 +71,13 @@ export default function LandingPage() {
|
||||
title: "Execution Excellence", description: "Turning visionary concepts into reality."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780731.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={false}
|
||||
@@ -106,7 +107,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "m3", value: "98%", description: "Client Satisfaction Rate"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,7 +128,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
cardTitle="Client Voices"
|
||||
cardTag="Stories of Success"
|
||||
cardAnimation="slide-up"
|
||||
cardAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,31 +140,38 @@ export default function LandingPage() {
|
||||
"Luxe Ventures", "Elite Concepts", "Strategic Hub", "Global Vision", "Innovate Core", "Legacy Partners", "Nextgen Studio"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with leading brands and organizations to redefine standards."
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</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"
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/psychology-concept-brain-lightbulb_23-2148767793.jpg"
|
||||
faqsAnimation="blur-reveal"
|
||||
mediaAnimation="blur-reveal"
|
||||
animationType="smooth"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
animationType="reveal-blur"
|
||||
background={{
|
||||
variant: "canvas-reveal"}}
|
||||
text="Ready to redefine your professional legacy? Let's discuss your next milestone."
|
||||
|
||||
Reference in New Issue
Block a user