From 9b6d6c693bb40ac6a5129b77ee42f8a88306a204 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:22:21 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e193a63..f119ee0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,20 +16,22 @@ const inter = Inter({ export const metadata: Metadata = { title: "VR Chittagong - Best Buffet Restaurant in Chittagong", description: "Enjoy unlimited all-you-can-eat dining at VR Chittagong. Fresh food, vegan options, happy hour deals, and a welcoming atmosphere in Khulshi Town Centre.", keywords: "buffet restaurant Chittagong, all you can eat Chattogram, best buffet in Chittagong, restaurant Khulshi, vegan dining options", metadataBase: new URL("https://vrchittagong.com"), alternates: { - canonical: "https://vrchittagong.com"}, + canonical: "https://vrchittagong.com" + }, openGraph: { title: "VR Chittagong - Chattogram's Favorite Buffet", description: "All-you-can-eat buffet dining with fresh cuisine, vegan options, and happy hour deals", url: "https://vrchittagong.com", siteName: "VR Chittagong", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/lunch-set-with-salad-main-courses-bread-drinks-side-view_141793-1799.jpg", alt: "VR Chittagong buffet experience"}, - ], + url: "http://img.b2bpic.net/free-photo/lunch-set-with-salad-main-courses-bread-drinks-side-view_141793-1799.jpg", alt: "VR Chittagong buffet experience" + } + ] }, twitter: { - card: "summary_large_image", title: "VR Chittagong - Best Buffet in Chittagong", description: "Unlimited all-you-can-eat dining with fresh cuisine and vegan options", images: ["http://img.b2bpic.net/free-photo/lunch-set-with-salad-main-courses-bread-drinks-side-view_141793-1799.jpg"], + card: "summary_large_image", title: "VR Chittagong - Best Buffet in Chittagong", description: "Unlimited all-you-can-eat dining with fresh cuisine and vegan options", images: ["http://img.b2bpic.net/free-photo/lunch-set-with-salad-main-courses-bread-drinks-side-view_141793-1799.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ -- 2.49.1 From e2850c85806a70ec637484b22ecffc56dfce039f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:22:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 49 +++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cca6c8..7b4b930 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Location", id: "location" }, ]} button={{ - text: "Call Now", href: "tel:01880-197519"}} + text: "Call Now", href: "tel:01880-197519" + }} /> @@ -56,7 +57,8 @@ export default function LandingPage() { buttons={[ { text: "Call Now", href: "tel:01880-197519" }, { - text: "Get Directions", href: "https://maps.google.com/?q=VR+Chittagong+Khulshi+Town+Centre"}, + text: "Get Directions", href: "https://maps.google.com/?q=VR+Chittagong+Khulshi+Town+Centre" + }, ]} imageSrc="http://img.b2bpic.net/free-photo/lunch-set-with-salad-main-courses-bread-drinks-side-view_141793-1799.jpg" imageAlt="VR Chittagong buffet dining experience" @@ -116,13 +118,17 @@ export default function LandingPage() { -- 2.49.1