diff --git a/README.md b/README.md
index 92dd024..8adfa84 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This repository contains the assets required to build the **AOSSIE's website**.
Contributions to the project are very much welcomed! Please reach out with ideas for new content or issues with existing content!
-Th website is a **Next.js** project using **Tailwind** for styling and design.
+The website is a **Next.js** project using **Tailwind** for styling and design.
# **Getting Started**
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 (
-
- {/* */}
+
+ {content}
+ {heading}
+
+
{content}
-