From aeb718406a93ef41c86fa058f03cd33accda0b19 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:06:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cedf2a5..8637b1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,8 +97,8 @@ 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" }, - { id: "m2", value: "15", title: "Research Projects", description: "Diverse portfolio", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-study-library_1157-22204.jpg" } + { 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" } ]} title="Academic Achievement Metrics" description="Progress tracking across my application portfolio milestones." @@ -111,8 +111,8 @@ 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", 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", icon: BarChart2 } + { 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 } ]} title="Academic Recommendations" description="Endorsements from my professors and professional research leads." -- 2.49.1