From b40264f48ee212afafa3a855d01b0620284c5f8a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:38:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5f93fb0..f797cb1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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.", -- 2.49.1 From 1e1a9dbdfed1eabaac1c1becab4bafeb3f95c106 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:38:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a69ff1a..ebb7116 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: [] }} /> @@ -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 } -- 2.49.1