diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..77f00dc
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,130 @@
+import Container from "../_components/container";
+import { EXAMPLE_PATH } from "@/lib/constants";
+import Image from "next/image";
+import {
+ Mail,
+ MapPin,
+ Github,
+ Facebook,
+ Linkedin,
+ Instagram,
+ Globe,
+} from "lucide-react";
+
+export default function About() {
+ return (
+
+
+
+
+
+
+
+
+ SLIIT SESC (Software Engineering Students' Community) is a dynamic
+ organization at the Sri Lanka Institute of Information Technology.
+ We foster collaboration, knowledge sharing, and skill development
+ among software engineering students, preparing them for the
+ challenges of the tech industry.
+
+
+ Our blog showcases insights, experiences, and the latest trends in
+ software engineering, reflecting the vibrant spirit of our
+ community.
+
+
+
+
+
+
+
+ Our Mission
+
+
+
+ Maintain a healthy interpersonal relationship among the software
+ engineering undergraduates and the academic staff.
+
+
+ Promote academic related and non-academic events/activities for
+ the wellbeing of student community.
+