From bc83770fc4b94f7142ba2c9ea9818e0ab0fc90bd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:12:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a15aef5..eb2e79a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> -- 2.49.1