From 143853f83e2a8f8586667f40f2d933c54b999ac8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:32:34 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eaf147c..6aa3386 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,37 +7,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const lato = Lato({ - variable: "--font-lato", - subsets: ["latin"], + variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"], }); export const metadata: Metadata = { - title: "Cozy Cafe | Premium Coffee & Fresh Pastries | Local Favorite", - description: "Experience warmth and comfort at Cozy Cafe. Enjoy premium coffee, freshly baked pastries, and local favorites. Reserve your table online today.", - keywords: "cafe, coffee shop, pastries, local restaurant, reservations, warm ambiance", - openGraph: { - title: "Cozy Cafe | Where Comfort Meets Quality", - description: "Your favorite local cafe serving premium coffee and fresh-baked pastries daily.", - type: "website", - siteName: "Cozy Cafe", - }, + title: "Cozy Cafe | Premium Coffee & Fresh Pastries | Local Favorite", description: "Experience warmth and comfort at Cozy Cafe. Enjoy premium coffee, freshly baked pastries, and local favorites. Reserve your table online today.", keywords: "cafe, coffee shop, pastries, local restaurant, reservations, warm ambiance", openGraph: { + title: "Cozy Cafe | Where Comfort Meets Quality", description: "Your favorite local cafe serving premium coffee and fresh-baked pastries daily.", type: "website", siteName: "Cozy Cafe"}, twitter: { - card: "summary_large_image", - title: "Cozy Cafe | Premium Coffee Shop", - description: "Join us for the best coffee and pastries in town", - }, + card: "summary_large_image", title: "Cozy Cafe | Premium Coffee Shop", description: "Join us for the best coffee and pastries in town"}, }; export default function RootLayout({ @@ -1424,4 +1411,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 66ce5eedd64fcb96b44378f57e9d5b40b5d6aa83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:32:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 82 +++++++++--------------------------------------- 1 file changed, 14 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 539f387..0d1872b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,8 +20,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Menu", - items: [ + title: "Menu", items: [ { label: "Coffee", href: "/menu" }, { label: "Pastries", href: "/menu" }, { label: "Lunch", href: "/menu" }, @@ -29,8 +28,7 @@ export default function HomePage() { ], }, { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { label: "Hours", href: "#" }, { label: "Location", href: "#" }, { label: "Reservations", href: "/contact" }, @@ -38,8 +36,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Privacy Policy", href: "#" }, @@ -75,7 +72,7 @@ export default function HomePage() {
); -} \ No newline at end of file +} -- 2.49.1