diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 3fee6d6..3543667 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -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={[ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0e3865a..af47f0f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}