From 5ed0662665be9ddae0895819b328d1f688046c12 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Fri, 29 Nov 2024 23:30:50 -0600 Subject: [PATCH] - Relocate Vision section below SnowPeaks - Add DeafGain slogan with proper styling and spacing - Optimize spacing between mountain line and footer - Remove unused useInView import --- src/pages/About.tsx | 51 +++++++++++++++++---------------------------- 1 file changed, 19 insertions(+), 32 deletions(-) diff --git a/src/pages/About.tsx b/src/pages/About.tsx index 2236c74..1078f9b 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -1,14 +1,8 @@ import { motion } from 'framer-motion' -import { useInView } from 'react-intersection-observer' import { FaGraduationCap, FaAward, FaHandsHelping } from 'react-icons/fa' import SnowPeaks from '../components/SnowPeaks' const About = () => { - const { ref, inView } = useInView({ - triggerOnce: true, - threshold: 0.1, - }) - const elizaAchievements = [ { icon: , @@ -29,7 +23,6 @@ const About = () => { return (
- {/* Hero Section */}
{
- {/* Dynamic Snow Peaks */} - {/* Team Members Section */} -
+
- {/* Eliza's Section */} + +

Our Vision

+

+ Creating a Deaf-designed nationwide hub promoting understanding, empowerment, and inclusivity. + From coast to coast, we're building a nationwide ecosystem of accessibility and empowerment + through strategic partnerships and innovative solutions. +

+

+ "Advocacy nudges the status quo, and we are here to shift paradigms." +

+
+
@@ -79,8 +86,7 @@ const About = () => {
- {/* Mountain Peaks Separator */} -
+
@@ -102,25 +108,6 @@ const About = () => {
- - {/* Vision Section */} -
-
- -

Our Vision

-

- Creating a Deaf-designed nationwide hub promoting understanding, empowerment, and inclusivity. From coast to coast, we're building a nationwide ecosystem of accessibility and empowerment through strategic partnerships and innovative solutions. -

-
-
-
) }