Merge version_1 into main #1
@@ -129,7 +129,7 @@ export default function AboutPage() {
|
||||
"Biz har bir talabaning maqsadi, qobiliyati va o'quv uslubiga qarab maxsus plan tuzamiz. Tezkor o'sish va maqsadga erishish garantiya qilinadi.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-taking-notes_23-2148888818.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-taking-notes_23-2148888818.jpg?_wi=2"
|
||||
imageAlt="Blitz Courses"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -152,28 +152,28 @@ export default function AboutPage() {
|
||||
id: "1",
|
||||
name: "Mirza Rajabi",
|
||||
role: "Mutaassisning direktori, Yuqori Daraja Mutaxassisi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-jacket-jeans_176474-49397.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-jacket-jeans_176474-49397.jpg?_wi=2",
|
||||
imageAlt: "Mirza Rajabi",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Karimova",
|
||||
role: "Chuqumlama O'qituvchisi, Cambridge Sertifikati",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142135.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142135.jpg?_wi=2",
|
||||
imageAlt: "Fatima Karimova",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rustam Abdullayev",
|
||||
role: "Individual Darslar Mutaxassisi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-student-girl-desk-mug-hand_1163-2576.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-student-girl-desk-mug-hand_1163-2576.jpg?_wi=2",
|
||||
imageAlt: "Rustam Abdullayev",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anora Shermatova",
|
||||
role: "Boshlang'ich Darajalar O'qituvchisi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205467.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205467.jpg?_wi=2",
|
||||
imageAlt: "Anora Shermatova",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Inter_Tight } 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 { Inter_Tight } 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 interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
@@ -20,6 +24,35 @@ const interTight = Inter_Tight({
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Blitz.uz — Nemis Tili Markazi | Tashkent",
|
||||
description: "Blitz.uz da nemis tilini A1 dan C1 gacha o'rganing. Sertifikali o'qituvchilar, interaktiv darslar, Cambridge va TELC imtihonlariga tayyorlash.",
|
||||
keywords: "nemis tili, deutsch, tashkent, ta'lim, kurs, o'qitish, cambridge, telc",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Blitz.uz — Nemis Tili Markazi",
|
||||
description: "Sertifikali o'qituvchilar bilan nemis tilini zamonaviy usulda o'rganing.",
|
||||
url: "https://blitz.uz",
|
||||
siteName: "Blitz.uz",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/technology-concept-with-kids-table_23-2147782847.jpg",
|
||||
alt: "Blitz German Language Center",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Blitz.uz — Nemis Tili Markazi",
|
||||
description: "O'rganing, o'zlashtiring, muvaffaq bo'ling!",
|
||||
images: ["http://img.b2bpic.net/free-photo/technology-concept-with-kids-table_23-2147782847.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +61,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${interTight.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +75,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -118,7 +118,7 @@ export default function HomePage() {
|
||||
content: "Biz har bir talabaning maqsadi, qobiliyati va o'quv uslubiga qarab maxsus plan tuzamiz. Tezkor o'sish va maqsadga erishish garantiya qilinadi."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-taking-notes_23-2148888818.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-taking-notes_23-2148888818.jpg?_wi=1"
|
||||
imageAlt="Blitz Courses"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -213,28 +213,28 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Mirza Rajabi",
|
||||
role: "Mutaassisning direktori, Yuqori Daraja Mutaxassisi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-jacket-jeans_176474-49397.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-jacket-jeans_176474-49397.jpg?_wi=1",
|
||||
imageAlt: "Mirza Rajabi"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Karimova",
|
||||
role: "Chuqumlama O'qituvchisi, Cambridge Sertifikati",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142135.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142135.jpg?_wi=1",
|
||||
imageAlt: "Fatima Karimova"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rustam Abdullayev",
|
||||
role: "Individual Darslar Mutaxassisi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-student-girl-desk-mug-hand_1163-2576.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-student-girl-desk-mug-hand_1163-2576.jpg?_wi=1",
|
||||
imageAlt: "Rustam Abdullayev"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anora Shermatova",
|
||||
role: "Boshlang'ich Darajalar O'qituvchisi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205467.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205467.jpg?_wi=1",
|
||||
imageAlt: "Anora Shermatova"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user