rough draft complete with build

This commit is contained in:
Jacob Delgado 2024-01-28 21:18:38 -08:00
parent 353a4f50e8
commit ace323e3ad
6 changed files with 7 additions and 10 deletions

View File

@ -1,7 +1,6 @@
import React from "react"; import React from "react";
import Image from "next/image"; import Image from "next/image";
import MenuLinks from "../components/MenuBar/MenuLinks"; import MenuLinks from "../components/MenuBar/MenuLinks";
import { cn } from "../../../nextjs-dashboard/lib/utils";
const layout = ({ children }: { children: React.ReactNode }) => { const layout = ({ children }: { children: React.ReactNode }) => {
return ( return (

View File

@ -1,4 +1,3 @@
/* eslint-disable react/no-unescaped-entities */
import Link from "next/link"; import Link from "next/link";
import Image from "next/image"; import Image from "next/image";
import { EmblaCarousel } from "./carousel"; import { EmblaCarousel } from "./carousel";
@ -6,7 +5,6 @@ import Reserve from "./components/NavBar/reserveButton";
import MenuButton from "./menuButton"; import MenuButton from "./menuButton";
import "./home.css"; import "./home.css";
import GoogleMap from "@/components/Maps/MapComponent"; import GoogleMap from "@/components/Maps/MapComponent";
import { cn } from "../lib/utils";
export default function Home() { export default function Home() {
return ( return (
@ -36,7 +34,7 @@ export default function Home() {
/> />
</div> </div>
<p className="flex flex-col w-full justify-center px-[24svw] text-xl 2xl:px-[25svw] text-center py-[10px] leading-relaxed"> <p className="flex flex-col w-full justify-center px-[24svw] text-xl 2xl:px-[25svw] text-center py-[10px] leading-relaxed">
Jefe's Mexican Cocina Y Cantina serves the best Mexican food in Jefe&apos;s Mexican Cocina Y Cantina serves the best Mexican food in
town. Be our guests and have an enjoyable experience with an town. Be our guests and have an enjoyable experience with an
authentic Mexican meal right here in Broken Arrow, OK. authentic Mexican meal right here in Broken Arrow, OK.
</p> </p>
@ -57,7 +55,7 @@ export default function Home() {
</h2> </h2>
<div className="text-xl"> <div className="text-xl">
<p> <p>
Jefe's Mexican cocina y cantina is a family owned authentic Jefe&apos;s Mexican cocina y cantina is a family owned authentic
mexican restaurant that provides a variety of different dishes mexican restaurant that provides a variety of different dishes
and cocktails. We are one of the best restaurants around because and cocktails. We are one of the best restaurants around because
nowhere else can you find the most extraordinary homemade nowhere else can you find the most extraordinary homemade
@ -165,7 +163,7 @@ export default function Home() {
</h2> </h2>
<div className="w-[70%] md:w-[28svw]"> <div className="w-[70%] md:w-[28svw]">
<p className="lg:text-xl text-base lg:font-normal font-semibold"> <p className="lg:text-xl text-base lg:font-normal font-semibold">
Jefe's is known for our amazing bar counter and attentive Jefe&apos;s is known for our amazing bar counter and attentive
customer service. We want each and every one of our customers to customer service. We want each and every one of our customers to
have a great time no matter the occasion. Because of our great have a great time no matter the occasion. Because of our great
selection of alcoholic drinks, we know youll be more than happy selection of alcoholic drinks, we know youll be more than happy
@ -220,10 +218,10 @@ export default function Home() {
</div> </div>
<div className="w-[70%] md:w-[29svw]"> <div className="w-[70%] md:w-[29svw]">
<p className="lg:text-xl text-base lg:font-normal font-semibold"> <p className="lg:text-xl text-base lg:font-normal font-semibold">
Jefe's is known for our amazing bar counter and attentive Jefe&apos;s is known for our amazing bar counter and attentive
customer service. We want each and every one of our customers to customer service. We want each and every one of our customers to
have a great time no matter the occasion. Because of our great have a great time no matter the occasion. Because of our great
selection of alcoholic drinks, we know youll be more than happy selection of alcoholic drinks, we know you&apos;ll be more than happy
with our beverages. with our beverages.
</p> </p>
</div> </div>

Binary file not shown.

View File

@ -34,7 +34,7 @@
"react-hook-form": "^7.47.0", "react-hook-form": "^7.47.0",
"react-icons": "^4.11.0", "react-icons": "^4.11.0",
"react-simplemde-editor": "^5.2.0", "react-simplemde-editor": "^5.2.0",
"sharp": "^0.32.6", "sharp": "^0.33.2",
"tailwind-merge": "^2.0.0", "tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"tsx": "^4.6.1", "tsx": "^4.6.1",

View File

@ -34,7 +34,7 @@
"**/*.ts", "**/*.ts",
"**/*.tsx", "**/*.tsx",
".next/types/**/*.ts", ".next/types/**/*.ts",
"../UnusedPages/AddToCart.tsx" "build/types/**/*.ts"
], ],
"exclude": [ "exclude": [
"node_modules" "node_modules"