Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-04 16:30:47 +00:00

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardSixteen
animationType="slide-up"
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
title="Voices of Success"
@@ -129,7 +129,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Get quick answers to common questions about Pathvo AI."
faqsAnimation="slide-up"
faqsAnimation="blur-reveal"
faqs={[
{ id: "1", title: "How does it work?", content: "Our AI analyzes your experience and goals to build a custom 30-day roadmap." },
{ id: "2", title: "Is it free?", content: "We offer a free tier for basic roadmap generation with premium features available." }
@@ -140,7 +140,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
background={{ variant: "sparkles-gradient" }}
tag="Get Started"
title="Ready to launch your career?"
description="Join thousands of professionals using Pathvo AI today."
@@ -155,9 +155,10 @@ export default function LandingPage() {
{ items: [{ label: "Contact", href: "/contact" }, { label: "Admin", href: "/admin-login" }] }
]}
logoText="Pathvo AI"
className="animate-pulse"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}