diff --git a/Websites/jefes-nextjs/app/admin/page.tsx b/Websites/UnusedPages/admin/page.tsx similarity index 100% rename from Websites/jefes-nextjs/app/admin/page.tsx rename to Websites/UnusedPages/admin/page.tsx diff --git a/Websites/jefes-nextjs/app/menu/layout.tsx b/Websites/jefes-nextjs/app/menu/layout.tsx index 334e510..156c51d 100644 --- a/Websites/jefes-nextjs/app/menu/layout.tsx +++ b/Websites/jefes-nextjs/app/menu/layout.tsx @@ -1,7 +1,6 @@ import React from "react"; import Image from "next/image"; import MenuLinks from "../components/MenuBar/MenuLinks"; -import { cn } from "../../../nextjs-dashboard/lib/utils"; const layout = ({ children }: { children: React.ReactNode }) => { return ( diff --git a/Websites/jefes-nextjs/app/page.tsx b/Websites/jefes-nextjs/app/page.tsx index 8e36365..e751daf 100644 --- a/Websites/jefes-nextjs/app/page.tsx +++ b/Websites/jefes-nextjs/app/page.tsx @@ -1,4 +1,3 @@ -/* eslint-disable react/no-unescaped-entities */ import Link from "next/link"; import Image from "next/image"; import { EmblaCarousel } from "./carousel"; @@ -6,7 +5,6 @@ import Reserve from "./components/NavBar/reserveButton"; import MenuButton from "./menuButton"; import "./home.css"; import GoogleMap from "@/components/Maps/MapComponent"; -import { cn } from "../lib/utils"; export default function Home() { return ( @@ -36,7 +34,7 @@ export default function Home() { />

- Jefe's Mexican Cocina Y Cantina serves the best Mexican food in + Jefe's Mexican Cocina Y Cantina serves the best Mexican food in town. Be our guests and have an enjoyable experience with an authentic Mexican meal right here in Broken Arrow, OK.

@@ -57,7 +55,7 @@ export default function Home() {

- Jefe's Mexican cocina y cantina is a family owned authentic + Jefe's Mexican cocina y cantina is a family owned authentic mexican restaurant that provides a variety of different dishes and cocktails. We are one of the best restaurants around because nowhere else can you find the most extraordinary homemade @@ -165,7 +163,7 @@ export default function Home() {

- Jefe's is known for our amazing bar counter and attentive + Jefe's is known for our amazing bar counter and attentive customer service. We want each and every one of our customers to have a great time no matter the occasion. Because of our great selection of alcoholic drinks, we know you’ll be more than happy @@ -220,10 +218,10 @@ export default function Home() {

- Jefe's is known for our amazing bar counter and attentive + Jefe's is known for our amazing bar counter and attentive customer service. We want each and every one of our customers to have a great time no matter the occasion. Because of our great - selection of alcoholic drinks, we know you’ll be more than happy + selection of alcoholic drinks, we know you'll be more than happy with our beverages.

diff --git a/Websites/jefes-nextjs/bun.lockb b/Websites/jefes-nextjs/bun.lockb index 07e2a4c..48b1d44 100755 Binary files a/Websites/jefes-nextjs/bun.lockb and b/Websites/jefes-nextjs/bun.lockb differ diff --git a/Websites/jefes-nextjs/package.json b/Websites/jefes-nextjs/package.json index 981db0e..a126d4d 100644 --- a/Websites/jefes-nextjs/package.json +++ b/Websites/jefes-nextjs/package.json @@ -34,7 +34,7 @@ "react-hook-form": "^7.47.0", "react-icons": "^4.11.0", "react-simplemde-editor": "^5.2.0", - "sharp": "^0.32.6", + "sharp": "^0.33.2", "tailwind-merge": "^2.0.0", "tailwindcss-animate": "^1.0.7", "tsx": "^4.6.1", diff --git a/Websites/jefes-nextjs/tsconfig.json b/Websites/jefes-nextjs/tsconfig.json index b2f84d5..9c7a944 100644 --- a/Websites/jefes-nextjs/tsconfig.json +++ b/Websites/jefes-nextjs/tsconfig.json @@ -34,7 +34,7 @@ "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", - "../UnusedPages/AddToCart.tsx" + "build/types/**/*.ts" ], "exclude": [ "node_modules"