diff --git a/client/src/components/AboutUs.tsx b/client/src/components/AboutUs.tsx
index 74e9e41..3ae190a 100644
--- a/client/src/components/AboutUs.tsx
+++ b/client/src/components/AboutUs.tsx
@@ -34,16 +34,15 @@ const AboutUs: React.FC = () => {
};
const AboutSection: React.FC<{ title: string; description: string; link: string }> = ({ title, description, link }) => (
-
- {title}
- {description}
-
- Learn More
-
-
+
+
+ {title}
+ {description}
+
+
);
export default AboutUs;