diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d61cb0d..53eb5da 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 1244a98..f332228 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,16 +137,16 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", brand: "Data Analysis", name: "Coming Soon – Data Analysis Project", price: "Q4 2025", rating: 5, - reviewCount: "Launch Soon", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVxR2oMtlqxgzKOvPVVuOfL7jp/abstract-data-visualization-dashboard-in-1772693212696-f5b75070.png?_wi=2", imageAlt: "Data Analysis Project" + id: "1", brand: "Data Analysis", name: "Exploratory Data Analysis Project", price: "View on GitHub", rating: 5, + reviewCount: "In Production", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVxR2oMtlqxgzKOvPVVuOfL7jp/abstract-data-visualization-dashboard-in-1772693212696-f5b75070.png?_wi=2", imageAlt: "Data Analysis Project", onProductClick: () => window.open('https://github.com/psubedi6', '_blank') }, { - id: "2", brand: "Machine Learning", name: "Coming Soon – ML Project", price: "Q4 2025", rating: 5, - reviewCount: "In Development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVxR2oMtlqxgzKOvPVVuOfL7jp/machine-learning-algorithm-visualization-1772693211827-abbbd1d7.png?_wi=2", imageAlt: "Machine Learning Project" + id: "2", brand: "Machine Learning", name: "Classification Model Development", price: "View on GitHub", rating: 5, + reviewCount: "Active", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVxR2oMtlqxgzKOvPVVuOfL7jp/machine-learning-algorithm-visualization-1772693211827-abbbd1d7.png?_wi=2", imageAlt: "Machine Learning Project", onProductClick: () => window.open('https://github.com/psubedi6', '_blank') }, { - id: "3", brand: "Web Development", name: "Coming Soon – Web Application", price: "Q1 2026", rating: 5, - reviewCount: "Planned", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVxR2oMtlqxgzKOvPVVuOfL7jp/web-application-interface-with-modern-ui-1772693212130-8b895fc7.png?_wi=2", imageAlt: "Web Development Project" + id: "3", brand: "Web Development", name: "Data Visualization Dashboard", price: "View on GitHub", rating: 5, + reviewCount: "Live", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVxR2oMtlqxgzKOvPVVuOfL7jp/web-application-interface-with-modern-ui-1772693212130-8b895fc7.png?_wi=2", imageAlt: "Web Development Project", onProductClick: () => window.open('https://github.com/psubedi6', '_blank') } ]} /> @@ -274,4 +274,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file