Update src/app/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function LandingPage() {
|
|||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="elastic-effect"
|
defaultButtonVariant="elastic-effect"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
@@ -48,8 +48,8 @@ export default function LandingPage() {
|
|||||||
description="Personalized spiritual guidance to clarify your purpose, heal old patterns, and step into alignment with your truest self"
|
description="Personalized spiritual guidance to clarify your purpose, heal old patterns, and step into alignment with your truest self"
|
||||||
tag="Transformation Awaits"
|
tag="Transformation Awaits"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/peaceful-woman-meditating-countryside_23-2147662235.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/peaceful-woman-meditating-countryside_23-2147662235.jpg"
|
||||||
imageAlt="Serene meditation space for spiritual guidance"
|
imageAlt="Serene meditation space for spiritual guidance"
|
||||||
@@ -59,23 +59,23 @@ export default function LandingPage() {
|
|||||||
{ text: "Book Your Free Discovery Call", href: "#contact" },
|
{ text: "Book Your Free Discovery Call", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sarah Mitchell", handle: "Director of Transformation", testimonial: "This spiritual guidance completely shifted my perspective on life and helped me find the clarity I've been searching for.", rating: 5,
|
name: "Sarah Mitchell", handle: "Director of Transformation", testimonial: "This spiritual guidance completely shifted my perspective on life and helped me find the clarity I've been searching for.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Michael Chen", handle: "Business Owner", testimonial: "The personalized approach to healing old patterns was exactly what I needed to move forward authentically.", rating: 5,
|
name: "Michael Chen", handle: "Business Owner", testimonial: "The personalized approach to healing old patterns was exactly what I needed to move forward authentically.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Emily Rodriguez", handle: "Life Coach", testimonial: "I felt heard, supported, and genuinely understood during every session. Highly recommend.", rating: 5,
|
name: "Emily Rodriguez", handle: "Life Coach", testimonial: "I felt heard, supported, and genuinely understood during every session. Highly recommend.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "David Kim", handle: "Creative Director", testimonial: "A rare combination of deep spiritual wisdom and practical guidance for real life challenges.", rating: 5,
|
name: "David Kim", handle: "Creative Director", testimonial: "A rare combination of deep spiritual wisdom and practical guidance for real life challenges.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
|||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
tag="Your Guide"
|
tag="Your Guide"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
title="Meet Your Spiritual Guide"
|
title="Meet Your Spiritual Guide"
|
||||||
description="Dedicated spiritual coach with 15+ years of transformative practice"
|
description="Dedicated spiritual coach with 15+ years of transformative practice"
|
||||||
subdescription="Committed to your authentic evolution"
|
subdescription="Committed to your authentic evolution"
|
||||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
|||||||
description="Discover the spiritual guidance offerings designed to support your journey of authentic transformation and personal clarity"
|
description="Discover the spiritual guidance offerings designed to support your journey of authentic transformation and personal clarity"
|
||||||
tag="Services"
|
tag="Services"
|
||||||
tagIcon={Lightbulb}
|
tagIcon={Lightbulb}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
@@ -146,19 +146,19 @@ export default function LandingPage() {
|
|||||||
description="Real stories from clients who have experienced profound shifts in clarity, purpose, and authentic alignment through spiritual guidance"
|
description="Real stories from clients who have experienced profound shifts in clarity, purpose, and authentic alignment through spiritual guidance"
|
||||||
tag="Client Stories"
|
tag="Client Stories"
|
||||||
tagIcon={Quote}
|
tagIcon={Quote}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Jennifer Walsh", role: "Career Transition Coach", testimonial: "After years of feeling stuck, the spiritual guidance helped me reconnect with my true purpose. The clarity I gained completely transformed my life trajectory and professional direction.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jennifer Walsh"
|
id: "1", name: "Jennifer Walsh", role: "Career Transition Coach", testimonial: "After years of feeling stuck, the spiritual guidance helped me reconnect with my true purpose. The clarity I gained completely transformed my life trajectory and professional direction.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jennifer Walsh"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Marcus Johnson", role: "Entrepreneur & Founder", testimonial: "The healing work around old patterns was profoundly transformative. I now lead my business and life from a place of authentic alignment and inner peace I never thought possible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Johnson"
|
id: "2", name: "Marcus Johnson", role: "Entrepreneur & Founder", testimonial: "The healing work around old patterns was profoundly transformative. I now lead my business and life from a place of authentic alignment and inner peace I never thought possible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Priya Patel", role: "Licensed Therapist", testimonial: "As a mental health professional, I was impressed by the depth and authenticity of this spiritual coaching. It perfectly complements traditional therapy and facilitates real transformation.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Priya Patel"
|
id: "3", name: "Priya Patel", role: "Licensed Therapist", testimonial: "As a mental health professional, I was impressed by the depth and authenticity of this spiritual coaching. It perfectly complements traditional therapy and facilitates real transformation.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Priya Patel"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Robert Chen", role: "Executive & Life Partner", testimonial: "The combination of practical wisdom and spiritual insight helped me navigate a major life transition with grace. I feel genuinely aligned with my authentic self for the first time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert Chen"
|
id: "4", name: "Robert Chen", role: "Executive & Life Partner", testimonial: "The combination of practical wisdom and spiritual insight helped me navigate a major life transition with grace. I feel genuinely aligned with my authentic self for the first time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Angela Rivera", role: "Artist & Creator", testimonial: "This spiritual guidance unlocked creative flow and removed the blocks I didn't even know I had. My art and life feel more authentic and purposeful now.", icon: Sparkles
|
id: "5", name: "Angela Rivera", role: "Artist & Creator", testimonial: "This spiritual guidance unlocked creative flow and removed the blocks I didn't even know I had. My art and life feel more authentic and purposeful now.", icon: Sparkles
|
||||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
|||||||
description="Real numbers reflecting the transformative work and deep trust clients place in this spiritual guidance practice"
|
description="Real numbers reflecting the transformative work and deep trust clients place in this spiritual guidance practice"
|
||||||
tag="Verified Results"
|
tag="Verified Results"
|
||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", icon: Users, title: "Clients Transformed", value: "500+" },
|
{ id: "1", icon: Users, title: "Clients Transformed", value: "500+" },
|
||||||
{ id: "2", icon: Star, title: "Client Satisfaction", value: "4.9/5.0" },
|
{ id: "2", icon: Star, title: "Client Satisfaction", value: "4.9/5.0" },
|
||||||
@@ -200,9 +200,9 @@ export default function LandingPage() {
|
|||||||
description="Answers to questions seekers commonly ask when beginning their spiritual coaching journey"
|
description="Answers to questions seekers commonly ask when beginning their spiritual coaching journey"
|
||||||
tag="FAQ"
|
tag="FAQ"
|
||||||
tagIcon={HelpCircle}
|
tagIcon={HelpCircle}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="entrance-slide"
|
animationType="smooth"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
@@ -233,10 +233,10 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Begin Your Journey"
|
tag="Begin Your Journey"
|
||||||
tagIcon={Send}
|
tagIcon={Send}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
title="Ready to Transform?"
|
title="Ready to Transform?"
|
||||||
description="Schedule your free discovery call to explore how personalized spiritual guidance can clarify your path forward, heal what needs healing, and align you with your truest self. No obligation—just a genuine conversation about your transformation."
|
description="Schedule your free discovery call to explore how personalized spiritual guidance can clarify your path forward, heal what needs healing, and align you with your truest self. No obligation—just a genuine conversation about your transformation."
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-talking-together-park_53876-15998.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/business-people-talking-together-park_53876-15998.jpg"
|
||||||
imageAlt="Serene spiritual connection"
|
imageAlt="Serene spiritual connection"
|
||||||
|
|||||||
Reference in New Issue
Block a user