Update src/app/showcase/page.tsx
This commit is contained in:
@@ -42,9 +42,7 @@ export default function ShowcasePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
brandName="CodeHub"
|
||||
/>
|
||||
</div>
|
||||
@@ -63,11 +61,8 @@ export default function ShowcasePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Project Showcase Hub",
|
||||
logoIcon: Code,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-clean-software-dashboard-interf-1772557828834-3c7c8e0a.png?_wi=7",
|
||||
searchPlaceholder: "Search projects, games, algorithms...",
|
||||
sidebarItems: [
|
||||
title: "Project Showcase Hub", logoIcon: Code,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-clean-software-dashboard-interf-1772557828834-3c7c8e0a.png?_wi=7", searchPlaceholder: "Search projects, games, algorithms...", sidebarItems: [
|
||||
{ icon: Book, active: true },
|
||||
{ icon: Gamepad2 },
|
||||
{ icon: GitBranch },
|
||||
@@ -78,46 +73,32 @@ export default function ShowcasePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Projects",
|
||||
values: [456, 623, 892],
|
||||
description: "Community creations",
|
||||
},
|
||||
title: "Projects", values: [456, 623, 892],
|
||||
description: "Community creations"},
|
||||
{
|
||||
title: "Downloads",
|
||||
values: [12400, 18650, 24320],
|
||||
description: "Total projects downloaded",
|
||||
},
|
||||
title: "Downloads", values: [12400, 18650, 24320],
|
||||
description: "Total projects downloaded"},
|
||||
{
|
||||
title: "Stars",
|
||||
values: [3200, 4850, 7120],
|
||||
description: "Community ratings",
|
||||
},
|
||||
title: "Stars", values: [3200, 4850, 7120],
|
||||
description: "Community ratings"},
|
||||
],
|
||||
chartTitle: "Project Submissions",
|
||||
chartData: [
|
||||
chartTitle: "Project Submissions", chartData: [
|
||||
{ value: 55 },
|
||||
{ value: 72 },
|
||||
{ value: 88 },
|
||||
{ value: 65 },
|
||||
{ value: 92 },
|
||||
],
|
||||
listTitle: "Featured Projects",
|
||||
listItems: [
|
||||
listTitle: "Featured Projects", listItems: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "AI Chess Engine",
|
||||
status: "⭐⭐⭐⭐⭐",
|
||||
},
|
||||
title: "AI Chess Engine", status: "⭐⭐⭐⭐⭐"},
|
||||
{
|
||||
icon: Code,
|
||||
title: "Real-time Sorting Viz",
|
||||
status: "⭐⭐⭐⭐",
|
||||
},
|
||||
title: "Real-time Sorting Viz", status: "⭐⭐⭐⭐"},
|
||||
{
|
||||
icon: Gamepad2,
|
||||
title: "3D Platformer Engine",
|
||||
status: "⭐⭐⭐⭐⭐",
|
||||
},
|
||||
title: "3D Platformer Engine", status: "⭐⭐⭐⭐⭐"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -132,47 +113,17 @@ export default function ShowcasePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "2D Platformer Engine",
|
||||
price: "Open Source",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-vibrant-game-development-workspace-sho-1772557829553-78efb018.png?_wi=5",
|
||||
imageAlt: "2D Platformer Game",
|
||||
},
|
||||
id: "1", name: "2D Platformer Engine", price: "Open Source", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-vibrant-game-development-workspace-sho-1772557829553-78efb018.png?_wi=5", imageAlt: "2D Platformer Game"},
|
||||
{
|
||||
id: "2",
|
||||
name: "AI Chess Algorithm",
|
||||
price: "Open Source",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-algorithm-visualization-showing-1772557828226-7cdb3f18.png?_wi=6",
|
||||
imageAlt: "Chess AI",
|
||||
},
|
||||
id: "2", name: "AI Chess Algorithm", price: "Open Source", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-algorithm-visualization-showing-1772557828226-7cdb3f18.png?_wi=6", imageAlt: "Chess AI"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Real-time Sorting Visualizer",
|
||||
price: "Open Source",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-algorithm-visualization-showing-1772557828226-7cdb3f18.png?_wi=7",
|
||||
imageAlt: "Sorting Visualizer",
|
||||
},
|
||||
id: "3", name: "Real-time Sorting Visualizer", price: "Open Source", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-algorithm-visualization-showing-1772557828226-7cdb3f18.png?_wi=7", imageAlt: "Sorting Visualizer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "3D Game Environment Builder",
|
||||
price: "Open Source",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-gallery-grid-showing-different--1772557831924-ea0916da.png?_wi=4",
|
||||
imageAlt: "Game Builder",
|
||||
},
|
||||
id: "4", name: "3D Game Environment Builder", price: "Open Source", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-gallery-grid-showing-different--1772557831924-ea0916da.png?_wi=4", imageAlt: "Game Builder"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Machine Learning Model Dashboard",
|
||||
price: "Open Source",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-clean-software-dashboard-interf-1772557828834-3c7c8e0a.png?_wi=8",
|
||||
imageAlt: "ML Dashboard",
|
||||
},
|
||||
id: "5", name: "Machine Learning Model Dashboard", price: "Open Source", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-clean-software-dashboard-interf-1772557828834-3c7c8e0a.png?_wi=8", imageAlt: "ML Dashboard"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Real-Time Multiplayer Game",
|
||||
price: "Open Source",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-vibrant-hero-image-for-a-blog-post-abo-1772557829071-73f5e221.png?_wi=2",
|
||||
imageAlt: "Multiplayer Game",
|
||||
},
|
||||
id: "6", name: "Real-Time Multiplayer Game", price: "Open Source", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-vibrant-hero-image-for-a-blog-post-abo-1772557829071-73f5e221.png?_wi=2", imageAlt: "Multiplayer Game"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -192,29 +143,14 @@ export default function ShowcasePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Chen",
|
||||
role: "Junior Developer",
|
||||
company: "TechStartup Inc",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-photo-of-a-smili-1772557827289-e81d8558.png?_wi=2",
|
||||
},
|
||||
id: "1", name: "Alex Chen", role: "Junior Developer", company: "TechStartup Inc", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-photo-of-a-smili-1772557827289-e81d8558.png?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Martinez",
|
||||
role: "Game Developer",
|
||||
company: "Indie Games Studio",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-of-a-different-y-1772557826882-57f1ccb3.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "Sarah Martinez", role: "Game Developer", company: "Indie Games Studio", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-of-a-different-y-1772557826882-57f1ccb3.png?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Wilson",
|
||||
role: "Algorithm Expert",
|
||||
company: "Data Analytics Co",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-of-a-game-develo-1772557828380-a6282019.png?_wi=2",
|
||||
},
|
||||
id: "3", name: "James Wilson", role: "Algorithm Expert", company: "Data Analytics Co", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-of-a-game-develo-1772557828380-a6282019.png?_wi=2"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -233,8 +169,7 @@ export default function ShowcasePage() {
|
||||
copyrightText="© 2025 CodeHub. Empowering the next generation of developers."
|
||||
columns={[
|
||||
{
|
||||
title: "Learning",
|
||||
items: [
|
||||
title: "Learning", items: [
|
||||
{ label: "Coding Tutorials", href: "/learn" },
|
||||
{ label: "Game Development", href: "/learn" },
|
||||
{ label: "Algorithm Courses", href: "/learn" },
|
||||
@@ -242,8 +177,7 @@ export default function ShowcasePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Project Showcase", href: "/showcase" },
|
||||
{ label: "Developer Forum", href: "/community" },
|
||||
{ label: "Mentorship", href: "/community" },
|
||||
@@ -251,8 +185,7 @@ export default function ShowcasePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user