Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 12:17:26 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Dashboard",
id: "/dashboard",
},
{
name: "Pricing",
id: "/pricing",
},
{
name: "Generator",
id: "/generator",
},
{ name: "Home", id: "/" },
{ name: "Dashboard", id: "/dashboard" },
{ name: "Pricing", id: "/pricing" },
{ name: "Generator", id: "/generator" },
]}
brandName="Pathvo AI"
/>
@@ -55,74 +43,23 @@ export default function LandingPage() {
title="Shape Your Future with AI Precision"
description="Pathvo AI delivers personalized career roadmaps, skill mapping, and high-income potential strategies powered by cutting-edge intelligence."
testimonials={[
{
name: "Alex Rivet",
handle: "@ariver",
testimonial: "Pathvo AI completely redefined my career trajectory. 30 days later, I have a clear roadmap and a new job.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
},
{
name: "Sarah Chen",
handle: "@schen",
testimonial: "The AI generator is shockingly accurate. It hit my exact career goals perfectly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg?_wi=1",
},
{
name: "Marcus V.",
handle: "@mvdev",
testimonial: "Simple, fast, and incredibly effective. Worth every penny.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg?_wi=1",
},
{
name: "Elena R.",
handle: "@elenar",
testimonial: "Transformed my uncertainty into a structured 30-day action plan. Love the UI!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
},
{
name: "Jordan P.",
handle: "@jordan",
testimonial: "Best SaaS experience I've had. Premium design meets actual utility.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-laptop_23-2149915909.jpg",
},
{ name: "Alex Rivet", handle: "@ariver", testimonial: "Pathvo AI completely redefined my career trajectory. 30 days later, I have a clear roadmap and a new job.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ name: "Sarah Chen", handle: "@schen", testimonial: "The AI generator is shockingly accurate. It hit my exact career goals perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg" },
{ name: "Marcus V.", handle: "@mvdev", testimonial: "Simple, fast, and incredibly effective. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg" },
{ name: "Elena R.", handle: "@elenar", testimonial: "Transformed my uncertainty into a structured 30-day action plan. Love the UI!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" },
{ name: "Jordan P.", handle: "@jordan", testimonial: "Best SaaS experience I've had. Premium design meets actual utility.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-laptop_23-2149915909.jpg" },
]}
buttons={[
{
text: "Get Started",
href: "/signup",
},
{
text: "Learn More",
href: "#features",
},
{ text: "Get Started", href: "/signup" },
{ text: "Learn More", href: "#features" },
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
alt: "Alex",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg",
alt: "Sarah",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg",
alt: "Marcus",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
alt: "Elena",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-laptop_23-2149915909.jpg",
alt: "Jordan",
},
{ src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Alex" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg", alt: "Sarah" },
{ src: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", alt: "Marcus" },
{ src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Elena" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-laptop_23-2149915909.jpg", alt: "Jordan" },
]}
avatarText="Trusted by 5,000+ career builders"
/>
@@ -130,50 +67,26 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureBento
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "AI Roadmap Generator",
description: "Dynamic, data-driven career paths.",
bentoComponent: "chat",
aiIcon: Lightbulb,
title: "AI Roadmap Generator", description: "Dynamic, data-driven career paths.", bentoComponent: "chat", aiIcon: Lightbulb,
userIcon: User,
exchanges: [
{
userMessage: "I want to be a software architect.",
aiResponse: "Here's your 30-day plan to master architecture...",
},
{ userMessage: "I want to be a software architect.", aiResponse: "Here's your 30-day plan to master architecture..." },
],
placeholder: "Describe your goal...",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg?_wi=2",
imageAlt: "3d abstract background technology",
placeholder: "Describe your goal..."
},
{
title: "Daily Targets",
description: "Identify what you need to learn.",
bentoComponent: "3d-task-list",
items: [
{
icon: Target,
label: "System Design",
time: "2h",
},
{
icon: Code,
label: "System Optimization",
time: "1h",
},
title: "Daily Targets", description: "Identify what you need to learn.", bentoComponent: "3d-task-list", items: [
{ icon: Target, label: "System Design", time: "2h" },
{ icon: Code, label: "System Optimization", time: "1h" },
],
imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336689.jpg?_wi=1",
imageAlt: "saas dashboard interface design",
},
{
title: "Growth Analytics",
description: "Visualize your progress daily.",
bentoComponent: "globe",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
imageAlt: "young professional portrait",
title: "Growth Analytics", description: "Visualize your progress daily.", bentoComponent: "globe"
},
]}
title="Smart Career Engineering"
@@ -187,18 +100,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Engineering Success Through AI"
description="We blend behavioral science with advanced AI to create meaningful change."
imageSrc="http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336689.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336689.jpg"
bulletPoints={[
{
title: "Data-Backed",
description: "Every roadmap is optimized for current market trends.",
icon: BarChart,
},
{
title: "Personalized",
description: "Tailored to your specific skills and aspirations.",
icon: User,
},
{ title: "Data-Backed", description: "Every roadmap is optimized for current market trends.", icon: BarChart },
{ title: "Personalized", description: "Tailored to your specific skills and aspirations.", icon: User },
]}
/>
</div>
@@ -209,33 +114,31 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Our Leadership"
description="Meet the experts behind Pathvo AI."
members={[
{ name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ name: "Jane Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg" }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Support"
title="Need Help?"
description="Our team is here to support your career breakthrough. Reach out anytime."
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-extruding-bevelled-hexagons_1048-13839.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Pathvo AI"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Contact Us",
href: "/contact",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "/contact" }}
/>
</div>
</ReactLenis>