diff --git a/public/about/heart.svg b/public/about/heart.svg
new file mode 100644
index 0000000..f32fbfe
--- /dev/null
+++ b/public/about/heart.svg
@@ -0,0 +1,27 @@
+
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index fae1343..dc11eed 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -2,6 +2,7 @@ import WhoWeAre from "@/components/about/WhoWeAre";
import Heading from "@/components/about/FourPillTitle";
import Title from "@/components/Title";
import RightLantern from "@/components/about/RightLantern";
+import Philanthropy from "@/components/about/Philanthropy";
const page = () => {
return (
@@ -10,6 +11,7 @@ const page = () => {
+ Philanthropy +
+