From 2da1dfcfded22fc55fda1bdac44c9303b4c3eece Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Fri, 24 Nov 2023 19:29:13 -0800 Subject: [PATCH] update to footer --- Websites/jefes-nextjs/app/about-us/page.tsx | 28 ++--- .../app/components/NavBar/NavBar.tsx | 22 +++- Websites/jefes-nextjs/app/layout.tsx | 9 +- Websites/jefes-nextjs/app/page.tsx | 4 +- .../jefes-nextjs/components/Footer/footer.tsx | 101 +++++++++++++++++- 5 files changed, 136 insertions(+), 28 deletions(-) diff --git a/Websites/jefes-nextjs/app/about-us/page.tsx b/Websites/jefes-nextjs/app/about-us/page.tsx index 968108b..9461299 100644 --- a/Websites/jefes-nextjs/app/about-us/page.tsx +++ b/Websites/jefes-nextjs/app/about-us/page.tsx @@ -15,7 +15,7 @@ const AboutUs = () => { quality={100} className="brightness-[20%]" /> -
+

About Us @@ -25,16 +25,20 @@ const AboutUs = () => {

-
-
- Photo of Kevin mobile. +
+
+
+
+ Photo of Kevin mobile. +
+
@@ -78,7 +82,7 @@ const AboutUs = () => { strive for excellence and to bring you the best dining experience possible. Thank you again!

-
+
{ const currentPath = usePathname(); @@ -63,6 +61,19 @@ const NavBar = () => { : "flex items-center justify-center xl:p-1 bg-transparent mx-auto md:p-4 absolute z-10 w-full h-[120px]" } > + {/* Phone Number */} +
    {
+ {/* Mobile */}
+ - + {/* Logo */} -
{children}
- {/* Footer */} +
{children}
+