Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-04-04 16:22:34 +00:00
2 changed files with 52 additions and 251 deletions

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
export default function LandingPage() {
export default function DashboardPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -25,22 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Generator",
id: "/generator",
},
{
name: "Pricing",
id: "/pricing",
},
{
name: "Dashboard",
id: "/dashboard",
},
{ name: "Home", id: "/" },
{ name: "Generator", id: "/generator" },
{ name: "Pricing", id: "/pricing" },
{ name: "Dashboard", id: "/dashboard" }
]}
brandName="Pathvo AI"
/>
@@ -55,12 +43,7 @@ export default function LandingPage() {
title="Your Saved Maps"
description="Track your progress on your career journey."
products={[
{
id: "m1",
name: "Data Scientist Path",
price: "Active",
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=7",
},
{ id: "m1", name: "Data Scientist Path", price: "Active", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg" }
]}
/>
</div>
@@ -71,12 +54,9 @@ export default function LandingPage() {
title="Recommended Courses"
description="Curated for your roadmap progress."
products={[
{
id: "c1",
name: "Advanced Python",
price: "$49",
imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg?_wi=6",
},
{ id: "c1", name: "Advanced Python", price: "$49", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg" },
{ id: "c2", name: "React Mastery", price: "$59", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg" },
{ id: "c3", name: "UI/UX Fundamentals", price: "$39", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0" }
]}
/>
</div>
@@ -84,30 +64,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Pricing",
href: "/pricing",
},
],
},
{
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "Admin",
href: "/admin-login",
},
],
},
{ items: [{ label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }] },
{ items: [{ label: "Contact", href: "/contact" }, { label: "Admin", href: "/admin-login" }] }
]}
logoText="Pathvo AI"
/>

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Generator",
id: "/generator",
},
name: "Generator", id: "/generator"},
{
name: "Pricing",
id: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Dashboard",
id: "/dashboard",
},
name: "Dashboard", id: "/dashboard"},
]}
brandName="Pathvo AI"
/>
@@ -55,76 +47,24 @@ export default function LandingPage() {
title="Your Future, Engineered by AI"
description="Pathvo AI provides precise career roadmaps and 30-day action plans tailored to your goals."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Pathvo AI gave me a clear roadmap that helped me switch careers in 30 days.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1",
imageAlt: "modern software dashboard dark theme analytics",
},
{
name: "Marcus R.",
handle: "@mrcs",
testimonial: "The roadmap was incredibly detailed. Highly recommended for career seekers.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=1",
imageAlt: "ai technology neural network abstract",
},
{
name: "Emily T.",
handle: "@emilyt",
testimonial: "Finally, a logical approach to career growth. The action plan actually works.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0&_wi=1",
imageAlt: "career roadmap strategy icon set",
},
{
name: "David W.",
handle: "@davidw",
testimonial: "The AI insights were surprisingly accurate and actionable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg?_wi=1",
imageAlt: "skills training abstract concept",
},
{
name: "Jessica L.",
handle: "@jessical",
testimonial: "Best tool for anyone looking to upskill efficiently.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2",
imageAlt: "modern software dashboard dark theme analytics",
},
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Pathvo AI gave me a clear roadmap that helped me switch careers in 30 days.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "modern software dashboard dark theme analytics" },
{ name: "Marcus R.", handle: "@mrcs", testimonial: "The roadmap was incredibly detailed. Highly recommended for career seekers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg", imageAlt: "ai technology neural network abstract" },
{ name: "Emily T.", handle: "@emilyt", testimonial: "Finally, a logical approach to career growth. The action plan actually works.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0", imageAlt: "career roadmap strategy icon set" },
{ name: "David W.", handle: "@davidw", testimonial: "The AI insights were surprisingly accurate and actionable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg", imageAlt: "skills training abstract concept" },
{ name: "Jessica L.", handle: "@jessical", testimonial: "Best tool for anyone looking to upskill efficiently.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "modern software dashboard dark theme analytics" }
]}
buttons={[
{
text: "Start Free Generation",
href: "/generator",
},
text: "Start Free Generation", href: "/generator"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg"
imageAlt="AI career guidance interface"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg",
alt: "User 1",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0",
alt: "User 2",
},
{
src: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg",
alt: "User 3",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
alt: "User 4",
},
{
src: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg",
alt: "User 5",
},
{ src: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg", alt: "User 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg", alt: "User 5" }
]}
avatarText="Trusted by 5,000+ Professionals"
/>
@@ -137,56 +77,26 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "AI Roadmap",
description: "Get a personalized 30-day step-by-step career development plan.",
icon: Sparkles,
title: "AI Roadmap", description: "Get a personalized 30-day step-by-step career development plan.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=2",
imageAlt: "Roadmap",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=3",
imageAlt: "Roadmap",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=4",
imageAlt: "ai technology neural network abstract",
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg", imageAlt: "Roadmap" },
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg", imageAlt: "Roadmap" }
]
},
{
title: "Skill Analysis",
description: "Understand exactly which skills you need to reach your income goals.",
icon: Zap,
title: "Skill Analysis", description: "Understand exactly which skills you need to reach your income goals.", icon: Zap,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0&_wi=2",
imageAlt: "Skills",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0&_wi=3",
imageAlt: "Skills",
},
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0&_wi=4",
imageAlt: "career roadmap strategy icon set",
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0", imageAlt: "Skills" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0", imageAlt: "Skills" }
]
},
{
title: "Career Insights",
description: "Get data-driven reasons for why a specific career is right for you.",
icon: Shield,
title: "Career Insights", description: "Get data-driven reasons for why a specific career is right for you.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg?_wi=2",
imageAlt: "Insights",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg?_wi=3",
imageAlt: "Insights",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg?_wi=4",
imageAlt: "skills training abstract concept",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg", imageAlt: "Insights" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg", imageAlt: "Insights" }
]
}
]}
title="Smart Career Guidance"
description="Powerful AI tools designed for your professional success."
@@ -201,44 +111,14 @@ export default function LandingPage() {
title="Voices of Success"
description="Hear from professionals who have transformed their careers with Pathvo AI."
kpiItems={[
{
value: "95%",
label: "Satisfaction Rate",
},
{
value: "10k+",
label: "Career Maps Generated",
},
{
value: "30 days",
label: "Average Transition Time",
},
{ value: "95%", label: "Satisfaction Rate" },
{ value: "10k+", label: "Career Maps Generated" },
{ value: "30 days", label: "Average Transition Time" }
]}
testimonials={[
{
id: "1",
name: "Sarah",
role: "Dev",
company: "TechCorp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=5",
},
{
id: "2",
name: "Mark",
role: "Designer",
company: "DesignCo",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0&_wi=5",
},
{
id: "3",
name: "Emily",
role: "PM",
company: "Startup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg?_wi=5",
},
{ id: "1", name: "Sarah", role: "Dev", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg" },
{ id: "2", name: "Mark", role: "Designer", company: "DesignCo", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0" },
{ id: "3", name: "Emily", role: "PM", company: "Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg" }
]}
/>
</div>
@@ -251,16 +131,8 @@ export default function LandingPage() {
description="Get quick answers to common questions about Pathvo AI."
faqsAnimation="slide-up"
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.",
},
{ 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." }
]}
/>
</div>
@@ -268,48 +140,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get Started"
title="Ready to launch your career?"
description="Join thousands of professionals using Pathvo AI today."
buttons={[
{
text: "Sign Up Now",
href: "/generator",
},
]}
buttons={[{ text: "Sign Up Now", href: "/generator" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Pricing",
href: "/pricing",
},
],
},
{
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "Admin",
href: "/admin-login",
},
],
},
{ items: [{ label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }] },
{ items: [{ label: "Contact", href: "/contact" }, { label: "Admin", href: "/admin-login" }] }
]}
logoText="Pathvo AI"
/>