From 8231ca6407df42f920361908fb44aeecc3592c0b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 23:57:18 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 66f228a..cee02d5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,39 +4,26 @@ import { Inter } from "next/font/google"; import "./globals.css"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Midnight Cafe | Iowa City's Elevated Coffee Experience", - description: "Midnight Cafe is Iowa City's premier destination for luxury craft coffee, natural light, and a vibrant local community. Experience perfected pours and a welcoming ambiance.", - robots: { + title: "Midnight Cafe | Iowa City's Elevated Coffee Experience", description: "Midnight Cafe is Iowa City's premier destination for luxury craft coffee, natural light, and a vibrant local community. Experience perfected pours and a welcoming ambiance.", robots: { index: true, follow: true, }, openGraph: { - title: "Midnight Cafe | Iowa City's Elevated Coffee Experience", - description: "Midnight Cafe is Iowa City's premier destination for luxury craft coffee, natural light, and a vibrant local community. Experience perfected pours and a welcoming ambiance.", - url: "https://midnightcafe.com", - siteName: "Midnight Cafe", - images: [ + title: "Midnight Cafe | Iowa City's Elevated Coffee Experience", description: "Midnight Cafe is Iowa City's premier destination for luxury craft coffee, natural light, and a vibrant local community. Experience perfected pours and a welcoming ambiance.", url: "https://midnightcafe.com", siteName: "Midnight Cafe", images: [ { - url: "https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg", - alt: "Slow motion espresso pour in a cafe", - }, + url: "https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg", alt: "Slow motion espresso pour in a cafe"}, ], }, twitter: { - card: "summary_large_image", - title: "Midnight Cafe | Iowa City's Elevated Coffee Experience", - description: "Midnight Cafe is Iowa City's premier destination for luxury craft coffee, natural light, and a vibrant local community. Experience perfected pours and a welcoming ambiance.", - images: ["https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg"], + card: "summary_large_image", title: "Midnight Cafe | Iowa City's Elevated Coffee Experience", description: "Midnight Cafe is Iowa City's premier destination for luxury craft coffee, natural light, and a vibrant local community. Experience perfected pours and a welcoming ambiance.", images: ["https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg"], }, };