Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-10 18:55:53 +00:00
6 changed files with 93 additions and 53 deletions

View File

@@ -66,8 +66,8 @@ export default function GalleryPage() {
description: "Classic games, competitive leagues, and friendly tournaments. Entertainment that keeps the fun going.",
icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/leisure-time-with-friends-pub_329181-18324.jpg", imageAlt: "Pool table setup" },
{ imageSrc: "http://img.b2bpic.net/free-vector/health-beauty-elements-composition-set_98292-6873.jpg", imageAlt: "Pool game icon" }
{ imageSrc: "http://img.b2bpic.net/free-photo/leisure-time-with-friends-pub_329181-18324.jpg?_wi=2", imageAlt: "Pool table setup" },
{ imageSrc: "http://img.b2bpic.net/free-vector/health-beauty-elements-composition-set_98292-6873.jpg?_wi=4", imageAlt: "Pool game icon" }
]
},
{
@@ -75,8 +75,8 @@ export default function GalleryPage() {
description: "Premium local and craft beers, cold as can be. A rotating selection to satisfy every taste.",
icon: Beer,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/glasses-drink-near-heap-coins-table_23-2148075128.jpg", imageAlt: "Cold beer selection" },
{ imageSrc: "http://img.b2bpic.net/free-vector/set-six-vintage-beer-labels_23-2147627007.jpg", imageAlt: "Beer glass icon" }
{ imageSrc: "http://img.b2bpic.net/free-photo/glasses-drink-near-heap-coins-table_23-2148075128.jpg?_wi=4", imageAlt: "Cold beer selection" },
{ imageSrc: "http://img.b2bpic.net/free-vector/set-six-vintage-beer-labels_23-2147627007.jpg?_wi=4", imageAlt: "Beer glass icon" }
]
},
{
@@ -84,8 +84,8 @@ export default function GalleryPage() {
description: "Burgers, wings, sandwiches, and bar snacks made fresh daily. From appetizers to mains, all made with care.",
icon: Flame,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-having-food-bar_107420-94812.jpg", imageAlt: "Fresh grilled burger" },
{ imageSrc: "http://img.b2bpic.net/free-vector/business-lunch-label_23-2147506849.jpg", imageAlt: "Food plate icon" }
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-having-food-bar_107420-94812.jpg?_wi=3", imageAlt: "Fresh grilled burger" },
{ imageSrc: "http://img.b2bpic.net/free-vector/business-lunch-label_23-2147506849.jpg?_wi=4", imageAlt: "Food plate icon" }
]
},
{
@@ -93,8 +93,8 @@ export default function GalleryPage() {
description: "Beautiful outdoor patio perfect for warm evenings. Casual dining with a view and fresh air.",
icon: Trees,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables_1162-181.jpg", imageAlt: "Outdoor patio dining" },
{ imageSrc: "http://img.b2bpic.net/free-vector/people-doing-outdoor-activities-flat-design_52683-12713.jpg", imageAlt: "Outdoor seating icon" }
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables_1162-181.jpg?_wi=3", imageAlt: "Outdoor patio dining" },
{ imageSrc: "http://img.b2bpic.net/free-vector/people-doing-outdoor-activities-flat-design_52683-12713.jpg?_wi=4", imageAlt: "Outdoor seating icon" }
]
}
]}
@@ -116,7 +116,7 @@ export default function GalleryPage() {
role: "Local Customer",
company: "Goshen Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3"
},
{
id: "2",
@@ -124,7 +124,7 @@ export default function GalleryPage() {
role: "Regular Guest",
company: "Goshen Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg?_wi=3"
},
{
id: "3",
@@ -132,7 +132,7 @@ export default function GalleryPage() {
role: "Frequent Visitor",
company: "Goshen Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12692.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12692.jpg?_wi=3"
},
{
id: "4",
@@ -140,7 +140,7 @@ export default function GalleryPage() {
role: "Local Resident",
company: "Goshen Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147767502.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147767502.jpg?_wi=3"
}
]}
kpiItems={[

View File

@@ -1,29 +1,67 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Critter's Tavern - Bar & Grill in Goshen, Ohio | Order Online",
description: "Critter's Tavern: Local bar & grill in Goshen, Ohio. Great food, cold beer, pool tables & darts. Order online for pickup or reserve your table. 4.5★ rated.",
keywords: "bar and grill Goshen Ohio, restaurant near Goshen, food pickup Goshen, local tavern, burgers and wings, craft beer Goshen",
metadataBase: new URL("https://critterstavern.local"),
alternates: {
canonical: "https://critterstavern.local",
},
openGraph: {
title: "Critter's Tavern - Goshen, Ohio's Favorite Bar & Grill",
description: "Experience authentic bar & grill dining. Fresh burgers, wings, cold beer, and games. Order online or reserve today.",
url: "https://critterstavern.local",
siteName: "Critter's Tavern",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/man-gesturing-while-drinking-dinks-with-his-friends-bar_23-2147861989.jpg",
alt: "Critter's Tavern Interior",
},
],
},
twitter: {
card: "summary_large_image",
title: "Critter's Tavern - Goshen's Best Bar & Grill",
description: "Order food online, reserve your table, and experience authentic hometown hospitality.",
images: ["http://img.b2bpic.net/free-photo/man-gesturing-while-drinking-dinks-with-his-friends-bar_23-2147861989.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +70,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +84,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -89,11 +89,11 @@ export default function MenuPage() {
icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-food-bar_107420-94812.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-food-bar_107420-94812.jpg?_wi=1",
imageAlt: "Classic Burgers",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/business-lunch-label_23-2147506849.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/business-lunch-label_23-2147506849.jpg?_wi=2",
imageAlt: "Burger icon",
},
],
@@ -104,11 +104,11 @@ export default function MenuPage() {
icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29485.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29485.jpg?_wi=2",
imageAlt: "Buffalo Wings",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/health-beauty-elements-composition-set_98292-6873.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/health-beauty-elements-composition-set_98292-6873.jpg?_wi=2",
imageAlt: "Wings icon",
},
],
@@ -119,11 +119,11 @@ export default function MenuPage() {
icon: Wine,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/glasses-drink-near-heap-coins-table_23-2148075128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-drink-near-heap-coins-table_23-2148075128.jpg?_wi=2",
imageAlt: "Craft Beverages",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/set-six-vintage-beer-labels_23-2147627007.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/set-six-vintage-beer-labels_23-2147627007.jpg?_wi=2",
imageAlt: "Beer icon",
},
],
@@ -134,11 +134,11 @@ export default function MenuPage() {
icon: UtensilsCrossed,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29485.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29485.jpg?_wi=3",
imageAlt: "Appetizers",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/people-doing-outdoor-activities-flat-design_52683-12713.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/people-doing-outdoor-activities-flat-design_52683-12713.jpg?_wi=2",
imageAlt: "Food icon",
},
],

View File

@@ -85,12 +85,12 @@ export default function OrderPage() {
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/friends-having-food-bar_107420-94812.jpg",
"http://img.b2bpic.net/free-photo/friends-having-food-bar_107420-94812.jpg?_wi=2",
imageAlt: "Fresh grilled burger",
},
{
imageSrc:
"http://img.b2bpic.net/free-vector/business-lunch-label_23-2147506849.jpg",
"http://img.b2bpic.net/free-vector/business-lunch-label_23-2147506849.jpg?_wi=3",
imageAlt: "Food plate icon",
},
],
@@ -103,12 +103,12 @@ export default function OrderPage() {
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29485.jpg",
"http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29485.jpg?_wi=4",
imageAlt: "Buffalo wings",
},
{
imageSrc:
"http://img.b2bpic.net/free-vector/health-beauty-elements-composition-set_98292-6873.jpg",
"http://img.b2bpic.net/free-vector/health-beauty-elements-composition-set_98292-6873.jpg?_wi=3",
imageAlt: "Appetizer icon",
},
],
@@ -121,12 +121,12 @@ export default function OrderPage() {
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/glasses-drink-near-heap-coins-table_23-2148075128.jpg",
"http://img.b2bpic.net/free-photo/glasses-drink-near-heap-coins-table_23-2148075128.jpg?_wi=3",
imageAlt: "Cold beer selection",
},
{
imageSrc:
"http://img.b2bpic.net/free-vector/set-six-vintage-beer-labels_23-2147627007.jpg",
"http://img.b2bpic.net/free-vector/set-six-vintage-beer-labels_23-2147627007.jpg?_wi=3",
imageAlt: "Beer glass icon",
},
],
@@ -139,12 +139,12 @@ export default function OrderPage() {
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/restaurant-tables_1162-181.jpg",
"http://img.b2bpic.net/free-photo/restaurant-tables_1162-181.jpg?_wi=2",
imageAlt: "Restaurant counter",
},
{
imageSrc:
"http://img.b2bpic.net/free-vector/people-doing-outdoor-activities-flat-design_52683-12713.jpg",
"http://img.b2bpic.net/free-vector/people-doing-outdoor-activities-flat-design_52683-12713.jpg?_wi=3",
imageAlt: "Quick service icon",
},
],

View File

@@ -112,11 +112,11 @@ export default function HomePage() {
icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/leisure-time-with-friends-pub_329181-18324.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/leisure-time-with-friends-pub_329181-18324.jpg?_wi=1",
imageAlt: "Pool table setup",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/health-beauty-elements-composition-set_98292-6873.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/health-beauty-elements-composition-set_98292-6873.jpg?_wi=1",
imageAlt: "Pool game icon",
},
],
@@ -127,11 +127,11 @@ export default function HomePage() {
icon: Beer,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/glasses-drink-near-heap-coins-table_23-2148075128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-drink-near-heap-coins-table_23-2148075128.jpg?_wi=1",
imageAlt: "Cold beer selection",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/set-six-vintage-beer-labels_23-2147627007.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/set-six-vintage-beer-labels_23-2147627007.jpg?_wi=1",
imageAlt: "Beer glass icon",
},
],
@@ -142,11 +142,11 @@ export default function HomePage() {
icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29485.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29485.jpg?_wi=1",
imageAlt: "Fresh grilled burger",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/business-lunch-label_23-2147506849.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/business-lunch-label_23-2147506849.jpg?_wi=1",
imageAlt: "Food plate icon",
},
],
@@ -157,11 +157,11 @@ export default function HomePage() {
icon: Trees,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables_1162-181.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables_1162-181.jpg?_wi=1",
imageAlt: "Outdoor patio dining",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/people-doing-outdoor-activities-flat-design_52683-12713.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/people-doing-outdoor-activities-flat-design_52683-12713.jpg?_wi=1",
imageAlt: "Outdoor seating icon",
},
],
@@ -209,7 +209,7 @@ export default function HomePage() {
role: "Local Customer",
company: "Goshen Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
{
@@ -218,7 +218,7 @@ export default function HomePage() {
role: "Regular Guest",
company: "Goshen Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg?_wi=1",
imageAlt: "James Rodriguez",
},
{
@@ -227,7 +227,7 @@ export default function HomePage() {
role: "Frequent Visitor",
company: "Goshen Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12692.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12692.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -236,7 +236,7 @@ export default function HomePage() {
role: "Local Resident",
company: "Goshen Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147767502.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147767502.jpg?_wi=1",
imageAlt: "Emily Thompson",
},
]}

View File

@@ -100,7 +100,7 @@ export default function ReservationsPage() {
company: "Goshen Community",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
"http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2",
},
{
id: "2",
@@ -109,7 +109,7 @@ export default function ReservationsPage() {
company: "Goshen Community",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg",
"http://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg?_wi=2",
},
{
id: "3",
@@ -118,7 +118,7 @@ export default function ReservationsPage() {
company: "Goshen Community",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12692.jpg",
"http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12692.jpg?_wi=2",
},
{
id: "4",
@@ -127,7 +127,7 @@ export default function ReservationsPage() {
company: "Goshen Community",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147767502.jpg",
"http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147767502.jpg?_wi=2",
},
]}
kpiItems={[