From 9de8ef326fe3f06283cfe65c7b5e624ca6cd7f0c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:01:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 39feb12329e138a9d4cbc0e03043c219acc4b44d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:01:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.49.1