From 93f32c582d33ef0bb4952c58eeb5f233b710cf93 Mon Sep 17 00:00:00 2001 From: Mandakini Sapkota Date: Mon, 13 May 2024 14:02:15 +0545 Subject: [PATCH] Add about section --- src/App.jsx | 2 ++ src/Components/Footer.jsx | 2 +- src/Components/Navbar.jsx | 2 +- src/Pages/About.jsx | 53 ++++++++++++++++++++++++++++++++++++++ src/assets/store.png | Bin 0 -> 11343 bytes 5 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 src/Pages/About.jsx create mode 100644 src/assets/store.png diff --git a/src/App.jsx b/src/App.jsx index 557f163..18dbc16 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,6 +10,7 @@ import Login from "./Pages/Login"; import Product from "./Pages/Product"; import Shop from "./Pages/Shop"; import ShopCategory from "./Pages/ShopCategory"; +import About from "./Pages/About"; import "./index.css"; import Signup from "./Pages/Signup"; @@ -27,6 +28,7 @@ const App = () => { } /> } /> } /> + } /> ); diff --git a/src/Components/Footer.jsx b/src/Components/Footer.jsx index bc32a84..6ab0c72 100644 --- a/src/Components/Footer.jsx +++ b/src/Components/Footer.jsx @@ -47,7 +47,7 @@ const Footer = () => { Products