Merge version_2 into main #3
@@ -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.",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user