From 1103fe644480121e8578e03c54cab26e2c6d9f5b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Oct 2024 23:32:50 +0530 Subject: [PATCH 1/3] changed the pointer from cursor to default --- src/components/CardEffect.jsx | 45 +++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/src/components/CardEffect.jsx b/src/components/CardEffect.jsx index 21733d8..74e9f47 100644 --- a/src/components/CardEffect.jsx +++ b/src/components/CardEffect.jsx @@ -2,26 +2,31 @@ import Image from 'next/image' export function CardEffect({heading, content, logo}) { return ( - - {/* */} + +
+ +
+ Project Logo +

+ {heading} +

+
+ +
+

{content}

+
+ +
+
+ - {/*
*/} - {/*
*/} -
-
- Project Logo -

{heading}

-
-
-

{content}

-
-
- ) } \ No newline at end of file From b26faa5888d3ebf123a2cd17525db22c7a10ecee Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Oct 2024 23:52:06 +0530 Subject: [PATCH 2/3] changed the footer color --- src/components/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index a036da7..0244faa 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -18,7 +18,7 @@ function NavLink({ href, children }) { export function Footer() { return ( -