rough draft complete with build
This commit is contained in:
parent
353a4f50e8
commit
ace323e3ad
@ -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 (
|
||||
|
||||
@ -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() {
|
||||
/>
|
||||
</div>
|
||||
<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'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.
|
||||
</p>
|
||||
@ -57,7 +55,7 @@ export default function Home() {
|
||||
</h2>
|
||||
<div className="text-xl">
|
||||
<p>
|
||||
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() {
|
||||
</h2>
|
||||
<div className="w-[70%] md:w-[28svw]">
|
||||
<p className="lg:text-xl text-base lg:font-normal font-semibold">
|
||||
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() {
|
||||
</div>
|
||||
<div className="w-[70%] md:w-[29svw]">
|
||||
<p className="lg:text-xl text-base lg:font-normal font-semibold">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
@ -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",
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
".next/types/**/*.ts",
|
||||
"../UnusedPages/AddToCart.tsx"
|
||||
"build/types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user