import React from 'react'; import { motion } from 'motion/react'; const AboutHubSection: React.FC = () => { return (
{/* Left Side: Image & Floating Card */}
{/* Floating Card */}

INNOVATION

Where creativity meets execution. Fueling the future of tech.

{/* Right Side: Content */}

Our Legacy

What is RIT EVENTS HUB?

The RIT Events Hub is your centralized gateway to campus life, designed to simplify how you discover and participate in events. Whether it's a technical hackathon, a cultural fest, or a workshop, our platform brings everything to your fingertips. With seamless registration, real-time updates, and personalized recommendations, we ensure you never miss an opportunity to learn, compete, and grow. Join a community where accessing innovation is as easy as a single click.
); }; export default AboutHubSection;