From a21397da23d4c7bc4efdd7501e07866ab2e6c71e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:31:00 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ddbb44f..1495156 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,7 @@ const poppins = Poppins({ }); export const metadata: Metadata = { - title: "Nescafe Karaoke-Bar - #1 Rated Cafe & Karaoke in Mary", description: "4.9★ rated karaoke bar & cafe in Mary, Turkmenistan. Premium food, lively entertainment, exceptional service. Reserve now or call +993 62 94 99 84.", keywords: "karaoke bar Mary, cafe Turkmenistan, entertainment venue, karaoke club, dining Mary", metadataBase: new URL("https://nescafe-karaoke-bar.com"), + title: "Nescafe Karaoke-Bar - Top-Rated Cafe & Karaoke in Mary", description: "4.9★ rated karaoke bar & cafe in Mary, Turkmenistan. Premium food, lively entertainment, exceptional service. Reserve now or call +993 62 94 99 84.", keywords: "karaoke bar Mary, cafe Turkmenistan, entertainment venue, karaoke club, dining Mary", metadataBase: new URL("https://nescafe-karaoke-bar.com"), alternates: { canonical: "https://nescafe-karaoke-bar.com"}, openGraph: { -- 2.49.1 From 36db42b64cc94c3e5cc5240f88037604b48f523a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:31:00 +0000 Subject: [PATCH 2/2] 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 26062fa..c179706 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { icon: Star, label: "Google Rating", value: "4.9/5" }, { icon: Users, label: "Happy Customers", value: "360+" }, { icon: Music, label: "Years Entertaining", value: "18+" }, - { icon: Award, label: "Top Rated Venue", value: "#1" } + { icon: Award, label: "Top-Rated Venue", value: "#1" } ]} useInvertedBackground={false} metricsAnimation="slide-up" -- 2.49.1