3 Commits

Author SHA1 Message Date
5ad9fd556a Merge version_4 into main
Merge version_4 into main
2026-05-22 09:12:08 +00:00
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

View File

@@ -82,12 +82,13 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{ id: "u1", name: "Master in AI", price: "Target: MIT", variant: "Priority I", 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 II", 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 III", 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 Degree Programs"
description="Selected academic programs matching my specific research interests and career goals."
description="Comprehensive list of target universities and their specific graduate program specializations, ranging from AI research to system-level computing."
/>
</div>