Merge version_1 into main #1
@@ -58,7 +58,7 @@ export default function AccountPage() {
|
||||
title: "Эриша туддди",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-elegant-guys-playing-billiard_23-2148299275.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-elegant-guys-playing-billiard_23-2148299275.jpg?_wi=2"
|
||||
imageAlt="billiard club interior sophisticated"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -55,7 +55,7 @@ export default function BookingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-white-billiard-balls_23-2148299269.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-white-billiard-balls_23-2148299269.jpg?_wi=1"
|
||||
imageAlt="professional billiard table standard"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
|
||||
@@ -1,24 +1,38 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Nunito_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Bilyard Club - Автомат Билярд Клуби",
|
||||
description: "Ўзбекистондаги энглай замонавий автоматик билярд клубига хуш келибсиз. 50 та профессионал жадвал, ҳақиқий вақт режимида бронирование, 24/7 ишчи.",
|
||||
keywords: "билярд клуб, автоматик жадвал, бронирование, ўзбекистон, таширкент",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +41,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunitoSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +55,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -92,7 +92,7 @@ export default function HomePage() {
|
||||
title: "Ишчи вақт",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-elegant-guys-playing-billiard_23-2148299275.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-elegant-guys-playing-billiard_23-2148299275.jpg?_wi=1"
|
||||
imageAlt="billiard club interior sophisticated"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -57,7 +57,7 @@ export default function PricingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-white-billiard-balls_23-2148299269.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-white-billiard-balls_23-2148299269.jpg?_wi=2"
|
||||
imageAlt="professional billiard table standard"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
|
||||
Reference in New Issue
Block a user