From e9ba7d0639374c18d6ad0238c8a34a8b0cb05187 Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Sun, 26 Nov 2023 03:38:53 -0800 Subject: [PATCH] added store hours based on day --- .../app/components/NavBar/NavBar.tsx | 4 ++ .../app/components/StoreHours/StoreHours.tsx | 50 +++++++++++++++++++ Websites/jefes-nextjs/app/gallery/page.tsx | 1 - .../jefes-nextjs/components/Footer/footer.tsx | 2 +- 4 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 Websites/jefes-nextjs/app/components/StoreHours/StoreHours.tsx diff --git a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx index 3c2f5d5..1a73c2b 100644 --- a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx +++ b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx @@ -11,6 +11,7 @@ import { AiOutlineInstagram, AiOutlineFacebook } from "react-icons/ai"; import { FaTiktok } from "react-icons/fa"; import { RiCellphoneLine } from "react-icons/ri"; import { FaPhone } from "react-icons/fa6"; +import StoreHours from "../StoreHours/StoreHours"; const NavBar = () => { const currentPath = usePathname(); @@ -69,10 +70,13 @@ const NavBar = () => { : "hidden" } > +
(918) 888-0844
+ +