Update src/app/layout.tsx

This commit is contained in:
2026-03-03 19:04:12 +00:00
parent 094e945d26
commit 4060dd6775

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}