From d44c44da9e990c102a6866bd1068652f027817b7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:07:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 810a584..f39e4d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,13 +151,13 @@ export default function LandingPage() { products={[ { id: "genpact-intern", brand: "Genpact", name: "Data Science Intern", price: "Jul 2025 – Dec 2025", rating: 5, reviewCount: "3 Projects", imageSrc: - "http://img.b2bpic.net/free-photo/credit-score-financial-banking-economy-concept_53876-148073.jpg", imageAlt: "Genpact Data Science Projects"}, + "http://img.b2bpic.net/free-photo/credit-score-financial-banking-economy-concept_53876-148073.jpg?_wi=1", imageAlt: "Genpact Data Science Projects"}, { id: "reliance-da", brand: "Reliance Industries", name: "Data Analyst Intern", price: "May 2024 – Jul 2024", rating: 5, reviewCount: "Jamnagar", imageSrc: - "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg", imageAlt: "Reliance Data Analysis Projects"}, + "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg?_wi=1", imageAlt: "Reliance Data Analysis Projects"}, { id: "reliance-ml", brand: "Reliance Industries", name: "Machine Learning Intern", price: "Dec 2023 – Jan 2024", rating: 5, reviewCount: "Jamnagar", imageSrc: - "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", imageAlt: "Reliance ML Projects"}, + "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg?_wi=1", imageAlt: "Reliance ML Projects"}, ]} /> @@ -177,7 +177,7 @@ export default function LandingPage() { { id: "ratinglens", category: "Credit Risk", title: "Corporate Credit Rating Analysis (RatingLens)", excerpt: "XGBoost-based credit risk engine estimating probability of default using 16 financial ratios. Benchmarked 13 classification algorithms with transparent feature importance for unbiased decisioning.", imageSrc: - "http://img.b2bpic.net/free-photo/credit-score-financial-banking-economy-concept_53876-148073.jpg", imageAlt: "RatingLens Project", authorName: "Rajkumar SA", authorAvatar: + "http://img.b2bpic.net/free-photo/credit-score-financial-banking-economy-concept_53876-148073.jpg?_wi=2", imageAlt: "RatingLens Project", authorName: "Rajkumar SA", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Jul 2025 – Dec 2025"}, { id: "backtest-overfitting", category: "Quantitative", title: "Model Risk Management - Backtest Overfitting", excerpt: @@ -187,12 +187,12 @@ export default function LandingPage() { { id: "equities-forecasting", category: "Forecasting", title: "Quantitative Equities Forecasting", excerpt: "AutoARIMA forecasting with adaptive optimization achieving 20% improved accuracy. Integrated GARCH volatility, VaR quantification, and ensemble decision engine with 14% alpha.", imageSrc: - "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", imageAlt: "Equities Forecasting Project", authorName: "Rajkumar SA", authorAvatar: + "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg?_wi=2", imageAlt: "Equities Forecasting Project", authorName: "Rajkumar SA", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "May 2025 – Nov 2025"}, { id: "portfolio-var", category: "Risk Analytics", title: "Portfolio VaR Analysis", excerpt: "Interactive variance-covariance VaR engine quantifying 1-day losses at 95–99.9% confidence. Multi-asset risk modeling with volatility-correlation decomposition and tail-risk visualization.", imageSrc: - "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg", imageAlt: "Portfolio VaR Project", authorName: "Rajkumar SA", authorAvatar: + "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg?_wi=2", imageAlt: "Portfolio VaR Project", authorName: "Rajkumar SA", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "2025"}, ]} /> @@ -227,7 +227,7 @@ export default function LandingPage() { tagIcon={Mail} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg?_wi=1" imageAlt="Professional collaboration" mediaAnimation="slide-up" mediaPosition="right" @@ -239,7 +239,7 @@ export default function LandingPage() {