diff --git a/Websites/jefes-nextjs/app/components/StoreHours/StoreHours.tsx b/Websites/jefes-nextjs/app/components/StoreHours/StoreHours.tsx
index 8ec3bf7..4c0c8ce 100644
--- a/Websites/jefes-nextjs/app/components/StoreHours/StoreHours.tsx
+++ b/Websites/jefes-nextjs/app/components/StoreHours/StoreHours.tsx
@@ -41,7 +41,7 @@ const StoreHours = () => {
-
+
Today
diff --git a/Websites/jefes-nextjs/app/layout.tsx b/Websites/jefes-nextjs/app/layout.tsx
index 4dd0b8d..b5acd20 100644
--- a/Websites/jefes-nextjs/app/layout.tsx
+++ b/Websites/jefes-nextjs/app/layout.tsx
@@ -2,7 +2,6 @@ import type { Metadata } from "next";
import { Inter, Pridi } from "next/font/google";
import "./globals.css";
import NavBar from "./components/NavBar/NavBar";
-import Image from "next/image";
import Footer from "@/components/Footer/footer";
import localFont from 'next/font/local';
import './layout.css'
@@ -27,7 +26,8 @@ export default function RootLayout({
}) {
return (
-
+ {/* */}
+
{children}
diff --git a/Websites/jefes-nextjs/app/menu/Bar/items.json b/Websites/jefes-nextjs/app/menu/Bar/items.json
index 53f9b32..b88362e 100644
--- a/Websites/jefes-nextjs/app/menu/Bar/items.json
+++ b/Websites/jefes-nextjs/app/menu/Bar/items.json
@@ -12,7 +12,7 @@
{
"id": 2,
"name": "Jefes Tower",
- "photo": "Bar/100ozTower.jpeg",
+ "photo": "Bar/100ozTower.webp",
"price": 35,
"size": "100oz",
"spicy": "yes",
@@ -22,7 +22,7 @@
{
"id": 3,
"name": "Chambong",
- "photo": "Bar/chambong.jpeg",
+ "photo": "Bar/chambong.webp",
"price": 18,
"size": "36oz",
"spicy": "no",
@@ -32,7 +32,7 @@
{
"id": 4,
"name": "La Mera Mera Margarita",
- "photo": "Bar/laMeraMera56ozMargarita.jpeg",
+ "photo": "Bar/laMeraMera56ozMargarita.webp",
"price": 20,
"size": "56oz",
"spicy": "yes",
@@ -57,6 +57,6 @@
"size": "24oz",
"spicy": "yes",
"favorite": "no",
- "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
+ "description": "Cheesy mac."
}
]
\ No newline at end of file
diff --git a/Websites/jefes-nextjs/app/menu/MenuCard/MenuCard.tsx b/Websites/jefes-nextjs/app/menu/MenuCard/MenuCard.tsx
index 9f842e3..737e9d6 100644
--- a/Websites/jefes-nextjs/app/menu/MenuCard/MenuCard.tsx
+++ b/Websites/jefes-nextjs/app/menu/MenuCard/MenuCard.tsx
@@ -17,12 +17,12 @@ const inter = Inter({ subsets: ["latin"] });
const MenuCard = ({ Menu }: any) => {
return (
-
+
{Menu.map((menu_item: any) => {
return (
@@ -33,7 +33,7 @@ const MenuCard = ({ Menu }: any) => {
style={{ objectFit: "cover", objectPosition: "center" }}
quality={75}
sizes="(max-width: 325px) 100vw, (max-width: 1200px) 50vw, 33vw"
- className="flex"
+ className="flex hover:scale-150 hover:z-10"
/>
diff --git a/Websites/jefes-nextjs/app/page.tsx b/Websites/jefes-nextjs/app/page.tsx
index 612fe38..e03ebad 100644
--- a/Websites/jefes-nextjs/app/page.tsx
+++ b/Websites/jefes-nextjs/app/page.tsx
@@ -284,7 +284,7 @@ export default function Home() {
{/*
*/}
-
Come Visit Us! We're located right off the 51!
+
Come Visit Us! We're located right off the 51!
{/*
diff --git a/Websites/jefes-nextjs/components/Footer/footer.tsx b/Websites/jefes-nextjs/components/Footer/footer.tsx
index 20130e4..0014888 100644
--- a/Websites/jefes-nextjs/components/Footer/footer.tsx
+++ b/Websites/jefes-nextjs/components/Footer/footer.tsx
@@ -40,7 +40,7 @@ const Footer = () => {
-
Pages
+
Pages
@@ -64,7 +64,7 @@ const Footer = () => {
-
+
Store Hours
@@ -85,7 +85,7 @@ const Footer = () => {
-
+
Follow Us
diff --git a/Websites/jefes-nextjs/public/Bar/100ozTower.jpeg b/Websites/jefes-nextjs/public/Bar/100ozTower.jpeg
deleted file mode 100644
index 47e52da..0000000
Binary files a/Websites/jefes-nextjs/public/Bar/100ozTower.jpeg and /dev/null differ
diff --git a/Websites/jefes-nextjs/public/Bar/100ozTower.webp b/Websites/jefes-nextjs/public/Bar/100ozTower.webp
new file mode 100644
index 0000000..171dc45
Binary files /dev/null and b/Websites/jefes-nextjs/public/Bar/100ozTower.webp differ
diff --git a/Websites/jefes-nextjs/public/Bar/100ozTower.webp:Zone.Identifier b/Websites/jefes-nextjs/public/Bar/100ozTower.webp:Zone.Identifier
new file mode 100644
index 0000000..053d112
--- /dev/null
+++ b/Websites/jefes-nextjs/public/Bar/100ozTower.webp:Zone.Identifier
@@ -0,0 +1,3 @@
+[ZoneTransfer]
+ZoneId=3
+HostUrl=about:internet
diff --git a/Websites/jefes-nextjs/public/Bar/chambong.jpeg b/Websites/jefes-nextjs/public/Bar/chambong.jpeg
deleted file mode 100644
index 92ce6c2..0000000
Binary files a/Websites/jefes-nextjs/public/Bar/chambong.jpeg and /dev/null differ
diff --git a/Websites/jefes-nextjs/public/Bar/chambong.webp b/Websites/jefes-nextjs/public/Bar/chambong.webp
new file mode 100644
index 0000000..56eb7c8
Binary files /dev/null and b/Websites/jefes-nextjs/public/Bar/chambong.webp differ
diff --git a/Websites/jefes-nextjs/public/Bar/chambong.webp:Zone.Identifier b/Websites/jefes-nextjs/public/Bar/chambong.webp:Zone.Identifier
new file mode 100644
index 0000000..053d112
--- /dev/null
+++ b/Websites/jefes-nextjs/public/Bar/chambong.webp:Zone.Identifier
@@ -0,0 +1,3 @@
+[ZoneTransfer]
+ZoneId=3
+HostUrl=about:internet
diff --git a/Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.jpeg b/Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.jpeg
deleted file mode 100644
index 5d5df16..0000000
Binary files a/Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.jpeg and /dev/null differ
diff --git a/Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.webp b/Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.webp
new file mode 100644
index 0000000..aaab485
Binary files /dev/null and b/Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.webp differ
diff --git a/Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.webp:Zone.Identifier b/Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.webp:Zone.Identifier
new file mode 100644
index 0000000..053d112
--- /dev/null
+++ b/Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.webp:Zone.Identifier
@@ -0,0 +1,3 @@
+[ZoneTransfer]
+ZoneId=3
+HostUrl=about:internet