From 1095a26289ed1916a47a90328dcb2f9a89c1b28e Mon Sep 17 00:00:00 2001 From: Ujjwal Saini <73696489+UjjwalSaini07@users.noreply.github.com> Date: Sat, 25 May 2024 08:04:22 +0530 Subject: [PATCH] Update HeroSection.jsx Enhancing the heroic section with Some Animations and Hovering WIth Font FIxing --- .../Pages/Landing-Page/HeroSection.jsx | 127 +++++++++++------- 1 file changed, 81 insertions(+), 46 deletions(-) diff --git a/frontend/src/Components/Pages/Landing-Page/HeroSection.jsx b/frontend/src/Components/Pages/Landing-Page/HeroSection.jsx index 659112a..34c3013 100644 --- a/frontend/src/Components/Pages/Landing-Page/HeroSection.jsx +++ b/frontend/src/Components/Pages/Landing-Page/HeroSection.jsx @@ -1,77 +1,112 @@ import React from 'react'; +import { motion } from 'framer-motion'; import img from '../../../assets/Landing-Page-Assets/home-r.png'; - import JoinWithCode from './JoinWithCode'; -// Design Hero section here and call this hero section in "frontend/src/Pages/Landing-Page.jsx" - const HeroSection = () => { return ( -
+