From 5a8cd8522abd33eff66bb236a481fcbab7e47e22 Mon Sep 17 00:00:00 2001 From: Raj Sharma Date: Sat, 4 May 2024 09:23:14 +0530 Subject: [PATCH] feat: added more projects --- src/app/(home)/page.tsx | 40 ++++++++++++++++++++++++++--------- src/app/(home)/story/page.tsx | 14 ++++++------ 2 files changed, 37 insertions(+), 17 deletions(-) diff --git a/src/app/(home)/page.tsx b/src/app/(home)/page.tsx index 0cbee40..4ac34d7 100644 --- a/src/app/(home)/page.tsx +++ b/src/app/(home)/page.tsx @@ -11,16 +11,16 @@ export default function Page() { return (
- + {/* */}
+ + @@ -152,6 +169,9 @@ function Project({ ) : null} + {contribution ? ( + Contribution + ) : null}

{description}

diff --git a/src/app/(home)/story/page.tsx b/src/app/(home)/story/page.tsx index fa63de1..b3ff6c2 100644 --- a/src/app/(home)/story/page.tsx +++ b/src/app/(home)/story/page.tsx @@ -124,13 +124,13 @@ export default async function Story({ {/* }} */} {/* /> */} -
+ {/*
*/}