6 Commits

Author SHA1 Message Date
bc83770fc4 Update src/app/page.tsx 2026-05-22 09:12:05 +00:00
dd1ba95eec Merge version_3 into main
Merge version_3 into main
2026-05-22 09:07:51 +00:00
371d193898 Update src/app/page.tsx 2026-05-22 09:07:48 +00:00
7db451ef40 Merge version_2 into main
Merge version_2 into main
2026-05-22 09:06:55 +00:00
a7d5416e91 Merge version_2 into main
Merge version_2 into main
2026-05-22 09:06:31 +00:00
cb2796d59f Merge version_2 into main
Merge version_2 into main
2026-05-22 09:06:00 +00:00

View File

@@ -34,8 +34,8 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Projects", id: "projects" },
{ name: "University", id: "university" },
{ name: "Research", id: "projects" },
{ name: "Programs", id: "university" },
{ name: "Contact", id: "contact" },
]}
brandName="GradPath"
@@ -45,8 +45,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Graduate Journey Towards Academic Excellence"
description="Showcasing my research path, academic projects, and future vision for advanced graduate studies at top-tier universities."
title="Postgraduate Studies Application Portal"
description="Tailored portfolio and research roadmap for Computer Science and Artificial Intelligence master's degree applications at global leading universities."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-backpack-full-stationery-items_23-2148224267.jpg", imageAlt: "Research Excellence" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cad-program-pc-display-photovoltaics-factory_482257-124932.jpg", imageAlt: "Data Science Projects" }
@@ -57,7 +57,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Dedicated to Advanced Research & Innovation"
title="Academic Vision & Objectives"
/>
</div>
@@ -67,11 +67,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "p1", label: "Research", title: "Algorithmic Efficiency", items: ["Large scale data structures", "Performance optimization"] },
{ id: "p2", label: "Data", title: "Predictive Modeling", items: ["Machine learning", "Insight generation"] }
{ id: "p1", label: "Research Focus", title: "Machine Learning & AI", items: ["Deep Learning Architectures", "Automated Performance Optimization", "Edge Computing Models"] },
{ id: "p2", label: "Data Science", title: "Algorithmic Systems", items: ["Large Scale Distributed Systems", "Statistical Inference", "Big Data Analytics"] }
]}
title="Academic Projects & Research"
description="Selected projects spanning data analysis, software engineering, and robotics."
title="Key Research Areas"
description="Focused academic projects demonstrating technical depth in AI and data-driven systems architecture."
/>
</div>
@@ -82,12 +82,13 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{ id: "u1", name: "Massachusetts Tech", price: "AI & Robotics", variant: "Top Priority", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-abbey-chorin-germany-daytime_181624-14039.jpg" },
{ id: "u2", name: "Stanford University", price: "Machine Learning", variant: "Research Focus", imageSrc: "http://img.b2bpic.net/free-photo/catholic-church-rethymnon-crete_268835-17435.jpg" },
{ id: "u3", name: "UC Berkeley", price: "Computer Science", variant: "Collaboration", imageSrc: "http://img.b2bpic.net/free-photo/people-studying-peacefully-library_23-2148844710.jpg" }
{ id: "u1", name: "Master in AI", price: "Target: MIT", variant: "Priority: High - Focus: Neural Nets", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-abbey-chorin-germany-daytime_181624-14039.jpg" },
{ id: "u2", name: "MS Computer Science", price: "Target: Stanford", variant: "Priority: Medium - Focus: Systems", imageSrc: "http://img.b2bpic.net/free-photo/catholic-church-rethymnon-crete_268835-17435.jpg" },
{ id: "u3", name: "MS Data Analytics", price: "Target: UC Berkeley", variant: "Priority: High - Focus: Big Data", imageSrc: "http://img.b2bpic.net/free-photo/people-studying-peacefully-library_23-2148844710.jpg" },
{ id: "u4", name: "MS Robotics", price: "Target: CMU", variant: "Priority: Low - Focus: Autonomous Systems", imageSrc: "http://img.b2bpic.net/free-photo/modern-science-laboratory-with-advanced-equipment_23-2148972583.jpg" }
]}
title="Target University Roadmap"
description="Institutions I am actively preparing applications for based on research fit."
title="Target Degree Programs"
description="Comprehensive list of target universities and their specific graduate program specializations, ranging from AI research to system-level computing."
/>
</div>
@@ -97,11 +98,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "3.9+", title: "Academic GPA", description: "Consistent excellence", imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-girl_23-2148201854.jpg?_wi=1" },
{ id: "m2", value: "15", title: "Research Projects", description: "Diverse portfolio", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-study-library_1157-22204.jpg?_wi=1" }
{ id: "m1", value: "3.95/4.0", title: "Cumulative GPA", description: "High Honors distinction", imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-girl_23-2148201854.jpg?_wi=1" },
{ id: "m2", value: "5+ Pubs", title: "Research Contributions", description: "Peer-reviewed journals", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-study-library_1157-22204.jpg?_wi=1" }
]}
title="Academic Achievement Metrics"
description="Progress tracking across my application portfolio milestones."
title="Academic Milestones"
description="Key performance indicators and achievements supporting my postgraduate applications."
/>
</div>
@@ -111,11 +112,11 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{ id: "t1", name: "Prof. Alan Smith", role: "Dean of Research", testimonial: "Exceptional insight in complex algorithms.", imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-girl_23-2148201854.jpg?_wi=2", icon: Database },
{ id: "t2", name: "Dr. Sarah Chen", role: "Senior Scientist", testimonial: "Highly diligent research student.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-study-library_1157-22204.jpg?_wi=2", icon: BarChart2 }
{ id: "t1", name: "Prof. Alan Smith", role: "Academic Advisor", testimonial: "Demonstrates profound capability in complex problem solving and AI engineering.", imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-girl_23-2148201854.jpg?_wi=2", icon: Database },
{ id: "t2", name: "Dr. Sarah Chen", role: "Director of Research", testimonial: "An exemplary candidate with exceptional potential for advanced research.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-study-library_1157-22204.jpg?_wi=2", icon: BarChart2 }
]}
title="Academic Recommendations"
description="Endorsements from my professors and professional research leads."
title="Faculty Recommendations"
description="Statements from advisors supporting my research direction."
/>
</div>
@@ -124,11 +125,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{ id: "q1", title: "Research Interests?", content: "I focus on AI and data optimization." },
{ id: "q2", title: "Degree Goal?", content: "Pursuing an MS leading into a PhD program." }
{ id: "q1", title: "Which research areas are prioritized?", content: "Focus is primarily on AI model optimization, distributed computing, and data-intensive systems." },
{ id: "q2", title: "Why these specific universities?", content: "These institutions offer the best alignment for my doctoral transition and advanced research infrastructure." }
]}
title="Common Inquiries"
description="Frequently asked questions about my research journey."
title="Application Inquiries"
description="Commonly asked questions regarding my academic objectives."
textboxLayout="default"
/>
</div>
@@ -137,7 +138,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "plain" }}
text="Open for research collaboration or professional networking. Feel free to reach out via email."
text="I am available for further discussions regarding my research proposals and academic profile. Please feel free to request my full CV via email."
/>
</div>
@@ -145,7 +146,7 @@ export default function LandingPage() {
<FooterLogoEmphasis
logoText="GradPath"
columns={[
{ items: [{ label: "Research", href: "#projects" }, { label: "Targets", href: "#university" }] },
{ items: [{ label: "Research", href: "#projects" }, { label: "Degree Programs", href: "#university" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Back to Top", href: "#" }] }
]}
/>
@@ -153,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}