From 20dc6749b36caee11359c76463bbc37605879103 Mon Sep 17 00:00:00 2001 From: Misbah Ansari <150408924+MisbahAnsar@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:24:20 +0530 Subject: [PATCH] Delete LandingPage.jsx --- LandingPage.jsx | 69 ------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 LandingPage.jsx diff --git a/LandingPage.jsx b/LandingPage.jsx deleted file mode 100644 index 771b872..0000000 --- a/LandingPage.jsx +++ /dev/null @@ -1,69 +0,0 @@ -import { motion } from 'framer-motion'; -import React from 'react' -import { FaArrowUpLong } from "react-icons/fa6"; - -const LandingPage = () => { - return ( -
-
- {["We Create", "Eye Opening", "Presentations"].map((item, index)=>{ - return
-
- {index === 1 && ( - - )} -

{item}

-
-
- })} -
-
- {["For public and provate companies", "From the firsth pitch to IPO"].map((item,index) => ( -

{item}

- ))} -
-
start the project
-
- - -
-
-
-
- ) -} - -export default LandingPage - - - - -{/*

We create

*/} - - -//
-//
-//
-//

We create

-//
-//
-//
-//
-//
-//

Eye Opening

-//
-//
-//
-//
-//

Presentations

-//
-//
-//
\ No newline at end of file