From 41578df49144d78a3d9e1a63e545c8a00c1432fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:44:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6ab769b..2cb5a13 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Garden Cafe Ludhiana - Best Cafe in Sarabha Nagar", - description: "Discover Garden Cafe - Ludhiana's favorite garden-themed cafe. Fresh flavors, cozy ambience, pizza, coffee & more. Dine-in, takeaway & online reservations available.", - keywords: "cafe ludhiana, best cafe in sarabha nagar, pizza cafe, coffee shop, restaurant ludhiana, garden cafe, family restaurant", - metadataBase: new URL("https://gardencafe-ludhiana.com"), + title: "Garden Cafe Ludhiana - Best Cafe in Sarabha Nagar", description: "Discover Garden Cafe - Ludhiana's favorite garden-themed cafe. Fresh flavors, cozy ambience, pizza, coffee & more. Dine-in, takeaway & online reservations available.", keywords: "cafe ludhiana, best cafe in sarabha nagar, pizza cafe, coffee shop, restaurant ludhiana, garden cafe, family restaurant", metadataBase: new URL("https://gardencafe-ludhiana.com"), alternates: { - canonical: "https://gardencafe-ludhiana.com", - }, + canonical: "https://gardencafe-ludhiana.com"}, openGraph: { - title: "Garden Cafe - Ludhiana's Favorite Garden-Themed Cafe", - description: "Fresh flavors, cozy ambience & unforgettable moments. Open until 11 PM. Make your reservation today!", - url: "https://gardencafe-ludhiana.com", - siteName: "Garden Cafe", - type: "website", - images: [ + title: "Garden Cafe - Ludhiana's Favorite Garden-Themed Cafe", description: "Fresh flavors, cozy ambience & unforgettable moments. Open until 11 PM. Make your reservation today!", url: "https://gardencafe-ludhiana.com", siteName: "Garden Cafe", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg", - alt: "Garden Cafe Ambience", - }, + url: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg", alt: "Garden Cafe Ambience"}, ], }, twitter: { - card: "summary_large_image", - title: "Garden Cafe - Best Cafe in Ludhiana", - description: "Experience fresh flavors and cozy garden vibes. Book your table now!", - images: ["http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg"], + card: "summary_large_image", title: "Garden Cafe - Best Cafe in Ludhiana", description: "Experience fresh flavors and cozy garden vibes. Book your table now!", images: ["http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg"], }, robots: { index: true, @@ -1432,4 +1416,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From e127f98cd03ef43b5bc2765e6b30ed439800f1c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:44:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76ffe60..65267a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,7 @@ export default function HomePage() { }))} brandName="Garden Cafe" button={{ - text: "Reserve Now", - href: "/reservations" + text: "Reserve Now", href: "/reservations" }} /> @@ -157,7 +156,7 @@ export default function HomePage() {
); -} \ No newline at end of file +} -- 2.49.1