6 Commits

Author SHA1 Message Date
4e278b7e87 Merge version_3 into main
Merge version_3 into main
2026-03-04 19:31:04 +00:00
36db42b64c Update src/app/page.tsx 2026-03-04 19:31:00 +00:00
a21397da23 Update src/app/layout.tsx 2026-03-04 19:31:00 +00:00
6c41b774e4 Merge version_2 into main
Merge version_2 into main
2026-03-04 19:05:32 +00:00
8754c756fc Update src/app/page.tsx 2026-03-04 19:05:28 +00:00
a3abf9c946 Merge version_1 into main
Merge version_1 into main
2026-03-04 19:03:41 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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: {

View File

@@ -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"
@@ -162,8 +162,8 @@ export default function LandingPage() {
title="Ready for an Amazing Night?"
description="Reserve your table or call us for inquiries. Experience the best karaoke bar and cafe in Mary, Turkmenistan."
buttons={[
{ text: "Call: +993 62 94 99 84", href: "tel:+99362949984" },
{ text: "Call: +993 61 94 99 84", href: "tel:+99361949984" }
{ text: "Reserve Table", href: "tel:+99362949984" },
{ text: "View Hours", href: "#" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}