Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-04-09 12:38:54 +00:00
2 changed files with 8 additions and 5 deletions

View File

@@ -11,8 +11,8 @@ import { Public_Sans } from "next/font/google";
export const metadata: Metadata = {
title: 'Student Portfolio',
description: 'Student portfolio website showcasing academic work, projects, and skills.',
title: 'ScholarHub | Engineering Excellence',
description: 'Portfolio of architectural systems and theoretical computer science application.',
openGraph: {
"title": "Student Portfolio",
"description": "Academic and creative projects.",

View File

@@ -44,15 +44,17 @@ export default function LandingPage() {
description="Bridging theoretical computer science with scalable real-world application design."
background={{ variant: "sparkles-gradient" }}
dashboard={{
title: "Academic Progress", stats: [
title: "Academic Progress",
stats: [
{ title: "GPA", values: [3, 9, 0], description: "Cumulative Performance" },
{ title: "Projects", values: [1, 5, 0], description: "Production Deployments" },
{ title: "Research", values: [2, 0, 0], description: "Papers Authored" }
],
logoIcon: BookOpen,
sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: BarChart3 }],
listTitle: "Current Focus", listItems: [{ icon: Sparkles, title: "Neural Network Design", status: "In-Progress" }, { icon: Sparkles, title: "Distributed Systems", status: "Completed" }],
imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-computer-desk_23-2148810237.jpg"
listTitle: "Current Focus",
listItems: [{ icon: Sparkles, title: "Neural Network Design", status: "In-Progress" }, { icon: Sparkles, title: "Distributed Systems", status: "Completed" }],
imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-computer-desk_23-2148810237.jpg", buttons: []
}}
/>
</div>
@@ -89,6 +91,7 @@ export default function LandingPage() {
showRating={true}
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Dr. Alistair Vance", handle: "Lead Researcher", testimonial: "A truly exceptional talent in algorithm design.", rating: 5 },
{ id: "2", name: "Sophia Chen", handle: "Tech Lead", testimonial: "Delivered high-quality code in record time.", rating: 5 }