Merge version_1 into main #3
@@ -22,54 +22,52 @@ export default function DashboardPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Generator", id: "/generator" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Dashboard", id: "/dashboard" }
|
||||
]}
|
||||
brandName="Pathvo AI"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Generator", id: "/generator" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Dashboard", id: "/dashboard" }
|
||||
]}
|
||||
brandName="Pathvo AI"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Your Saved Maps"
|
||||
description="Track your progress on your career journey."
|
||||
products={[
|
||||
{ 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>
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
title="Recommended Courses"
|
||||
description="Curated for your roadmap progress."
|
||||
products={[
|
||||
{ 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>
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
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" },
|
||||
{ id: "c2", name: "React Mastery", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg" },
|
||||
{ id: "c3", name: "UI/UX Fundamentals", price: "$39", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0" }
|
||||
]}
|
||||
/>
|
||||
</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" }] }
|
||||
]}
|
||||
logoText="Pathvo AI"
|
||||
/>
|
||||
</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" }] }
|
||||
]}
|
||||
logoText="Pathvo AI"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user