From 96bd1cf310f084ca0268a7b11fb04569cf3021af Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Thu, 9 Nov 2023 22:53:16 -0800 Subject: [PATCH] changes to hero section --- Websites/BankModern/bun.lockb | Bin 134633 -> 134633 bytes .../src/components/Navbar/Navbar.jsx | 2 +- Websites/jefes-nextjs/app/about-us/page.tsx | 43 ++++++++---------- .../app/components/NavBar/NavBar.css | 1 + .../app/components/NavBar/NavBar.tsx | 20 ++++---- .../app/components/NavBar/reserveButton.tsx | 21 ++++----- Websites/jefes-nextjs/app/layout.tsx | 8 ++-- Websites/jefes-nextjs/app/menu/layout.tsx | 14 +++++- 8 files changed, 55 insertions(+), 54 deletions(-) diff --git a/Websites/BankModern/bun.lockb b/Websites/BankModern/bun.lockb index a3e058874986a8b2ebf14e1a472c7dd53fd89e31..d8a9288a0259a4bdad58dc358719017f19f147d3 100755 GIT binary patch delta 794 zcmaDko8#qdjtv!`C$AB;n0(~3$mHdsDw7|GvIvxAmZUNO!DmJW25tt1hRF*>ML-gh zMZSnkUJ6tUVyAr30J5zoZxA)WgEbjhCL1aXv$6nRfOfLBWvJYkl zC&Uduk;Rbpz}OIVOMVej2UE`rHn-&uF7=XN`I5i5~| zg2bk}Fd~b=+%k|fE682b|FAI<6R|Ldf&*uI2q)M#;FK}Fh7)K4W>6^e0Fx8L=@<10|Ojr(@S_5MW)~3Wz<0nW|(VWG|P4lKE~}qoQ!dX26`rXhGx@G rBrsMgGR9c|dB%neeL$ChQnuHRlR2#K7l&{##u@7Y;r66N#`ZM;5NsjS delta 3406 zcmeHKF-rq66n?3-w6)3&sT?|p&c#`9>EPt1C@vz^dc&1N#XC!#A~?8-5Nd`liY|gf zQBi+_;^H6B$)yN7v_luGNqg5`iym$9&c(pXCEw-vUcQ%?7*q*}U2atH$G%)eBdrkqWOwU zuPV4rljzZ>Oiw@Y4<=>fNX||n{BOUifyBxI6l*=6+~_C1JMt#^dK7o)*LeWR%*Spq zmILx_qzozMsqm%{MnI%V_WX3nu2%p#T5? diff --git a/Websites/BankModern/src/components/Navbar/Navbar.jsx b/Websites/BankModern/src/components/Navbar/Navbar.jsx index a094974..7e8f61d 100644 --- a/Websites/BankModern/src/components/Navbar/Navbar.jsx +++ b/Websites/BankModern/src/components/Navbar/Navbar.jsx @@ -57,4 +57,4 @@ const Navbar = () => { ); }; -export default Navbar; \ No newline at end of file +export default Navbar; diff --git a/Websites/jefes-nextjs/app/about-us/page.tsx b/Websites/jefes-nextjs/app/about-us/page.tsx index 7e0ad2e..a42e3cb 100644 --- a/Websites/jefes-nextjs/app/about-us/page.tsx +++ b/Websites/jefes-nextjs/app/about-us/page.tsx @@ -3,41 +3,34 @@ import Image from "next/image"; const AboutUs = () => { return ( -
-
+
+ nav image +
About Us
-
- About Us -
-
+
Jefe's Mexican Cantina & Cocina
-
- Jefe's Mexican Cantina & Cocina -
-
+
Photo of Kevin mobile.
- Photo of Kevin. -
+

My name is Kevin Aguilar, and I am the owner and manager of the Jefe's Mexican Cantina and Cocina based in Broken Arrow, Oklahoma. diff --git a/Websites/jefes-nextjs/app/components/NavBar/NavBar.css b/Websites/jefes-nextjs/app/components/NavBar/NavBar.css index b5d233e..9799072 100644 --- a/Websites/jefes-nextjs/app/components/NavBar/NavBar.css +++ b/Websites/jefes-nextjs/app/components/NavBar/NavBar.css @@ -5,4 +5,5 @@ } .logo{ margin: 0 auto; + align-items: center; } \ No newline at end of file diff --git a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx index 91d95f8..8b64e55 100644 --- a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx +++ b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx @@ -42,8 +42,8 @@ const NavBar = () => { return (