From c50f0d181312ebfb4488ca3de87a7babfaaef7de Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:06:25 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4b3d425..48b1a30 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,7 +44,7 @@ export default function AboutPage() { -- 2.49.1 From 2a9615cb04177899f429d2d5813a0816c8180e0a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:06:26 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4b13001..139ad02 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,6 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Halant } from "next/font/google"; import "./globals.css"; import "@/lib/gsap-setup"; import { ServiceWrapper } from "@/components/ServiceWrapper"; @@ -8,19 +8,34 @@ import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; 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 interFont = Inter({ + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", + title: "Mian Coffee House | Exceptional Coffee Moments", description: "Experience premium coffee, delicious desserts, and a luxurious atmosphere at Mian Coffee House. Visit us for an unforgettable café experience. Optimized for local coffee shop searches in Amman, Jordan.", keywords: "Mian Coffee House, coffee shop, café, specialty coffee, desserts, Amman, Jordan, premium coffee, luxury coffee, shisha, best coffee Amman, local coffee shop, cafe Amman", metadataBase: new URL("https://www.miancoffee.com"), + alternates: { canonical: "https://www.miancoffee.com" }, + openGraph: { + title: "Mian Coffee House | Exceptional Coffee Moments", description: "Experience premium coffee, delicious desserts, and a luxurious atmosphere at Mian Coffee House. Visit us for an unforgettable café experience.", url: "https://www.miancoffee.com", siteName: "Mian Coffee House", images: [ + { + url: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg", alt: "Mian Coffee House Exterior"}, + ], + type: "website"}, + twitter: { + card: "summary_large_image", title: "Mian Coffee House | Exceptional Coffee Moments", description: "Experience premium coffee, delicious desserts, and a luxurious atmosphere at Mian Coffee House. Visit us for an unforgettable café experience.", images: ["http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg"], + }, + robots: { + index: true, + follow: true, + }, }; export default function RootLayout({ @@ -32,7 +47,7 @@ export default function RootLayout({ {children} -- 2.49.1 From f120eed48da185694117c87999b2d26671210aef Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:06:26 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4038dba..0627767 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { -- 2.49.1