From 4060dd6775ec9249c22e28349a9ade119a5ce339 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:04:12 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0ab3bb9..70278cf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,20 +22,22 @@ const montserrat = Montserrat({ export const metadata: Metadata = { title: "Bubbles | Family Dining & Entertainment in Kenya", description: "Experience authentic Kenyan cuisine with swimming, billiards, and sports recreation. Perfect for families, friends, and corporate events at affordable prices.", keywords: "Kenyan restaurant, family entertainment, recreational dining, swimming pool, billiards, sports events, affordable dining Kenya", metadataBase: new URL("https://bubbles.co.ke"), alternates: { - canonical: "https://bubbles.co.ke"}, + canonical: "https://bubbles.co.ke" + }, openGraph: { title: "Bubbles | Eat, Play, Celebrate", description: "Authentic Kenyan cuisine meets swimming, billiards, and entertainment. Perfect for families and events.", url: "https://bubbles.co.ke", siteName: "Bubbles", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/front-view-friends-having-cocktails_23-2150244944.jpg", alt: "Bubbles Recreational Dining Venue"}, - ], + url: "http://img.b2bpic.net/free-photo/front-view-friends-having-cocktails_23-2150244944.jpg", alt: "Bubbles Recreational Dining Venue" + } + ] }, twitter: { - card: "summary_large_image", title: "Bubbles | Family Dining & Entertainment", description: "Discover where authentic food meets fun. Dining, swimming, games, and more in one venue.", images: ["http://img.b2bpic.net/free-photo/front-view-friends-having-cocktails_23-2150244944.jpg"], + card: "summary_large_image", title: "Bubbles | Family Dining & Entertainment", description: "Discover where authentic food meets fun. Dining, swimming, games, and more in one venue.", images: ["http://img.b2bpic.net/free-photo/front-view-friends-having-cocktails_23-2150244944.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ @@ -1422,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file