5 Commits

Author SHA1 Message Date
ddedbb27dc Merge version_2 into main
Merge version_2 into main
2026-06-05 07:17:36 +00:00
e87f1deb0f Update src/app/page.tsx 2026-06-05 07:17:33 +00:00
2af0e03c87 Merge version_1 into main
Merge version_1 into main
2026-06-05 07:15:11 +00:00
e02f5ceeda Merge version_1 into main
Merge version_1 into main
2026-06-05 07:14:10 +00:00
4f9a97ec1e Merge version_1 into main
Merge version_1 into main
2026-06-05 07:13:12 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}