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 +} 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 +}