diff --git a/Websites/jefes-nextjs/app/about-us/page.tsx b/Websites/jefes-nextjs/app/about-us/page.tsx new file mode 100644 index 0000000..7835576 --- /dev/null +++ b/Websites/jefes-nextjs/app/about-us/page.tsx @@ -0,0 +1,84 @@ +import React from "react"; +import Image from "next/image"; + +const AboutUs = () => { + return ( +
+ 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. + Our combination of authentic Mexican dishes, excellent customer + service, and family-friendly environment makes us one of the best + Mexican restaurants around. +
++ Whether you are wanting to book our upstairs venue for an event, + wanting to try out our creative alcoholic drinks or just wanting + to enjoy a meal with a loved one, you quickly see why so many + people choose Jefe's. We take pride in our business as one of the + highest rated Mexican restaurants in Broken Arrow. +
++ We just wanted to take a moment to express our heartfelt gratitude + to all of our loyal customers. Your continued support and loyalty + means the world to us, and it is because of you that we are able + to continue doing what we love. Thank you for choosing our + restaurant and for allowing us to serve you. We promise to always + strive for excellence and to bring you the best dining experience + possible. Thank you again! +
+