Skip to content

Commit

Permalink
Merge pull request #52 from Data-Science-Community-SRM/yj/chore/landing
Browse files Browse the repository at this point in the history
headline updated
  • Loading branch information
yogita005 authored Sep 22, 2024
2 parents ccaad02 + 0c6bf75 commit e24a0a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/src/components/home/history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { motion } from 'framer-motion';

const History: React.FC = () => {
const [displayText, setDisplayText] = useState('');
const text = "Thriving since 2019";
const text = "We Are Recruiting!!!";

useEffect(() => {
let index = 0;
Expand Down Expand Up @@ -53,12 +53,13 @@ const History: React.FC = () => {
</motion.span>
</motion.h2>
<motion.p
className="text-base lg:text-lg xl:text-xl text-gray-400 mt-4 mx-auto max-w-6xl text-left"
className="text-base lg:text-lg xl:text-xl text-gray-400 mt-4 mx-auto max-w-6xl text-center"
variants={paragraphVariants}
>
We are a technology-driven Data Science-based student-led Innovation community at SRMIST.
We are a technology-driven, Data Science-based, student-led innovation community at SRMIST.
Our aim is to foster development and entrepreneurial skills among students and work as a community that inspires thousands.
</motion.p>

</motion.div>
</motion.section>
);
Expand Down

0 comments on commit e24a0a8

Please sign in to comment.