diff --git a/package-lock.json b/package-lock.json index 1bc508ef8..0bf28ca7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "framer-motion": "^11.1.7", "gsap": "^3.12.5", "lil-gui": "^0.19.2", + "lottie-web": "^5.12.2", "react": "^18.2.0", "react-chrono": "^2.6.1", "react-d3-cloud": "^1.0.6", @@ -8376,6 +8377,12 @@ "loose-envify": "cli.js" } }, + "node_modules/lottie-web": { + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.12.2.tgz", + "integrity": "sha512-uvhvYPC8kGPjXT3MyKMrL3JitEAmDMp30lVkuq/590Mw9ok6pWcFCwXJveo0t5uqYw1UREQHofD+jVpdjBv8wg==", + "license": "MIT" + }, "node_modules/lru-cache": { "version": "10.2.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.1.tgz", diff --git a/package.json b/package.json index d555ef09d..bc5cfb494 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "framer-motion": "^11.1.7", "gsap": "^3.12.5", "lil-gui": "^0.19.2", + "lottie-web": "^5.12.2", "react": "^18.2.0", "react-chrono": "^2.6.1", "react-d3-cloud": "^1.0.6", diff --git a/src/App.jsx b/src/App.jsx index 99d8d90b1..736215080 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,34 +1,44 @@ // Enhanced App component with updated styles and layout -import React from 'react'; -import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; -import { motion } from 'framer-motion'; -import NavbarCard from './Components/NavbarCard'; -import Navigation from './Components/Navigation'; -import Events from './Components/Events'; -import StudentManagement from './Components/Achievements'; -import Projects from './Components/Projects'; -import './App.css' -import Achievements from './Components/Achievements'; -import PastProjects from './Components/PastProjects'; -import UpcomingProjects from './Components/UpcomingProjects'; -import VerticalTimeline from './Components/Timeline'; -import Carousel from './Components/Carousel'; -import Hero from './Components/Hero'; -import Footer from "./Components/Footer" - - +import React from "react"; +import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; +import { motion } from "framer-motion"; +import NavbarCard from "./Components/NavbarCard"; +import Navigation from "./Components/Navigation"; +import Events from "./Components/Events"; +import StudentManagement from "./Components/Achievements"; +import Projects from "./Components/Projects"; +import "./App.css"; +import Achievements from "./Components/Achievements"; +import PastProjects from "./Components/PastProjects"; +import UpcomingProjects from "./Components/UpcomingProjects"; +import VerticalTimeline from "./Components/Timeline"; +import Carousel from "./Components/Carousel"; +import Hero from "./Components/Hero"; +import Footer from "./Components/Footer"; +import Error404 from "./Components/Error404"; +import { ContextProvider } from "./Components/Context"; +import myHook from "./Components/Context"; const Homepage = () => { + const { siteMode } = myHook(); + console.log("Homepage siteMode:", siteMode); + return (
- We are an exclusive club at Veermata Jijabai Technological Institute, Mumbai. We provide a collaborative environment for students to learn, grow, and build projects together under mentorship. Explore our achievements, past projects, and upcoming events! +
+ We are an exclusive club at Veermata Jijabai Technological Institute, + Mumbai. We provide a collaborative environment for students to learn, + grow, and build projects together under mentorship. Explore our + achievements, past projects, and upcoming events!
{organization}
-+ {organization} +
++ DEBUG-A-THON starts in +
+ +Days
+Hours
+Minutes
+Seconds
++ This page doesn't exist! +
+ + + +{tag}
+{tag}
{info}
+{info}
Innovating the future
+ return ( ++ Innovating the future +