From 36ad6f0b7e6cfec839d5b7dc1068e52bb0932fbd Mon Sep 17 00:00:00 2001 From: Divith Polepalli Date: Thu, 13 Nov 2025 16:01:04 -0800 Subject: [PATCH] Refactor About page layout and content Signed-off-by: Divith Polepalli --- app/about/page.tsx | 48 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 3c855a7..bf510f1 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -1,5 +1,51 @@ // divith work here export default function About() { - return

TODO

; + return (

TODO

; +
+
+ {/* Hero */} +
+
+
+
Get In Touch
+

+ Contact Us +

+
+
+

+ Have questions? Want to get involved? We'd love to hear from you. +

+
+
+
+ + {/* Contact Sections */} +
+
+
+

Email

+

clubemail@gmail.com

+
+ +
+

Instagram

+

@clubinstagram

+
+ +
+

Meeting Location

+

Room 305 every Wednesday after school

+
+ +
+

Advisor

+

Mr. Smith - smith@school.org

+
+
+
+
+
+ ); }