From 927f09c6e8a4a449f63e727bacf4a8d5369e43e6 Mon Sep 17 00:00:00 2001 From: amanraula Date: Sun, 11 May 2025 14:27:15 +0530 Subject: [PATCH 1/2] stylish footer and small updates --- index.html | 5 +- package-lock.json | 10 ++++ package.json | 1 + src/App.jsx | 14 ++++- src/components/Footer/Footer.jsx | 99 +++++++++++++++++++++++++++++++- src/components/Home/Home.jsx | 3 +- 6 files changed, 126 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 0c589ec..5255601 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,11 @@ + - + - Vite + React + CohortGate
diff --git a/package-lock.json b/package-lock.json index 589a4fa..093a557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "react": "^19.0.0", "react-bootstrap": "^2.10.9", "react-dom": "^19.0.0", + "react-icons": "^5.5.0", "react-router": "^7.3.0", "react-router-dom": "^7.3.0", "tailwindcss": "^4.0.12" @@ -3672,6 +3673,15 @@ "react": "^19.0.0" } }, + "node_modules/react-icons": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", + "license": "MIT", + "peerDependencies": { + "react": "*" + } + }, "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", diff --git a/package.json b/package.json index f6c203a..a0f72ca 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "react": "^19.0.0", "react-bootstrap": "^2.10.9", "react-dom": "^19.0.0", + "react-icons": "^5.5.0", "react-router": "^7.3.0", "react-router-dom": "^7.3.0", "tailwindcss": "^4.0.12" diff --git a/src/App.jsx b/src/App.jsx index aa35afa..a81f051 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,13 +5,25 @@ import AboutUs from "./components/AboutUs/AboutUs"; import Form from "./components/Form/Form"; import Contact from "./components/Contact/Contact"; import "./App.css"; - +import Footer from "./components/Footer/Footer.jsx"; function RootLayout() { return ( <> + {/* Padding */} +
+
+

Welcome to Our Website

+

+ We are glad to have you here. Explore our services and get in touch with us. +

+
+ +