diff --git a/src/pages/About/ContactUs.tsx b/src/pages/About/ContactUs.tsx
index 8c9300d9..29b566ed 100644
--- a/src/pages/About/ContactUs.tsx
+++ b/src/pages/About/ContactUs.tsx
@@ -5,270 +5,188 @@ import Header from '@/sections/Header';
import Footer from '@/sections/Footer';
import { Link } from 'react-router-dom';
import {
- fadeIn,
- slideInLeft,
- slideInRight,
- slideInBottom,
- bounce,
- staggerContainer,
- subtleRise,
+ simpleFadeIn,
+ container,
+ item,
+ testimonialHeading,
+ decorativeElement,
dividerVariants,
} from '@/styles/Animations';
const ContactUs: React.FC = () => {
return (
- <>
+
-
- {/* Hero Section */}
-
-
-
-
-
+
+ {/* Section header with animations */}
+
+
-
- Contact Sugar Labs
-
+ Get{' '}
+
+ In Touch
+
+
+
-
- We'd love to hear from you. Here's how you can reach our team of
- educational innovators.
-
-
-
-
+
- {/* Main Content */}
-
-
- {/* Contact Information Card */}
-
-
-
-
- How to Reach Us
-
-
-
- {/* Mail Address */}
-
- Sugar Labs
-
- 2028 E Ben White Blvd STE 240 PMB 1271
-
- AUSTIN, TX 78741
-
- USA
-
- }
- />
-
- {/* Phone */}
-
- +1 (617) 702-4088
-
- }
- />
-
- {/* Email */}
-
- info@sugarlabs.org
-
- }
- />
+ Get in touch with the Sugar Labs community. We're here to help and
+ answer any questions you might have.
+
+
- {/* Matrix Chat */}
-
- Go to Matrix Chat
-
- }
- />
-
-
-
+ {/* Contact Methods Grid */}
+
+ {/* Mail Address */}
+
+ Sugar Labs
+
+ 2028 E Ben White Blvd STE 240 PMB 1271
+
+ AUSTIN, TX 78741
+
+ USA
+
+ }
+ />
- {/* Social Connect Card */}
-
-
-
-
- Connect With The Community
-
+ +1 (617) 702-4088
+
+ }
+ />
-
- Join our global community of educators, developers, and
- learners who are passionate about bringing educational
- software to children around the world.
-
+ info@sugarlabs.org
+
+ }
+ />
-
- {socialLinks.map((social, index) => (
-
-
-

-
-
- {social.name}
-
-
- ))}
-
-
+ Go to Matrix Chat
+
+ }
+ />
+
-
+
+ Connect With The Community
+
+
+ Join our global community of educators, developers, and learners
+ who are passionate about bringing educational software to children
+ around the world.
+
+
+
+
+ {socialLinks.map((social) => (
+
-
- Follow Our Progress
-
-
- Stay updated with our latest developments and educational
- initiatives.
-
-
-
-
-
-
+
+

+
+
+ {social.name}
+
+
+ ))}
+
+
+
- >
+
);
};
@@ -283,19 +201,34 @@ const ContactMethod: React.FC = ({
title,
description,
}) => (
-
-
-
-
-
-
- {title}
-
- {description}
+
+
+
+
+

+
+
+
+
);