diff --git a/src/app/page.tsx b/src/app/page.tsx index 476e812..d2ef271 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,6 +174,18 @@ export default function LandingPage() { { id: "p-security", brand: "Cybersecurity", name: "Secure Coding Practices", price: "Best Practices", rating: 5, reviewCount: "Vulnerability Free", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595831.jpg", imageAlt: "Secure code illustration"}, + { + id: "p-telcom-churn", brand: "Data Science", name: "Telecom Churn EDA", price: "MIT License", rating: 5, + reviewCount: "Updated last month", imageSrc: "http://img.b2bpic.net/free-photo/big-data-architecture-information-technology-computer-network-data-base-center_53876-150254.jpg", imageAlt: "Telecom Churn EDA analysis" + }, + { + id: "p-zomato-eda", brand: "Data Science", name: "Zomato EDA Analysis", price: "Open Source", rating: 5, + reviewCount: "Updated on May 5", imageSrc: "http://img.b2bpic.net/free-photo/digital-marketing-agency-using-analytics_23-2149313261.jpg", imageAlt: "Zomato EDA analysis" + }, + { + id: "p-learning-python", brand: "Education", name: "Learning Core Python", price: "MIT License", rating: 5, + reviewCount: "Updated on Feb 4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-coding-software_23-2149526710.jpg", imageAlt: "Learning Core Python repository" + } ]} title="Highlighted Projects & Contributions" description="A glimpse into my work, showcasing innovative solutions and impactful contributions to the tech community." @@ -293,4 +305,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file