Merge version_1 into main #1
@@ -128,7 +128,7 @@ export default function AboutPage() {
|
||||
"Har bir stantsiyada bir milliondan ortiq sensor o'rnatilgan. Ular real vaqtda quvvatlash jarayoni haqida ma'lumot yubordadi va tizimga o'n holatida qaytish beraydi.",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/digital-visualization-of-a-charging-netw-1773552217828-008d5df6.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/digital-visualization-of-a-charging-netw-1773552217828-008d5df6.png?_wi=1"
|
||||
imageAlt="Digital visualization of charging network"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -94,7 +94,7 @@ export default function ContactPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/digital-visualization-of-a-charging-netw-1773552217828-008d5df6.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/digital-visualization-of-a-charging-netw-1773552217828-008d5df6.png?_wi=2"
|
||||
imageAlt="Contact and support infrastructure"
|
||||
showDimOverlay={false}
|
||||
showBlur={true}
|
||||
|
||||
@@ -1,24 +1,63 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ElektroHub - Elektromobil Quvvatlash Stansiyalari",
|
||||
description: "ElektroHub - O'zbekistonda elektromobil quvvatlashning eng tezkor va qulay yechimi. 500+ stantsiya, 24/7 xizmat, mobil ilova.",
|
||||
keywords: "elektromobil, quvvatlash, EV charger, quvvat stansiyasi, tezkor quvvatlash, O'zbekiston",
|
||||
metadataBase: new URL("https://elektrohub.uz"),
|
||||
alternates: {
|
||||
canonical: "https://elektrohub.uz",
|
||||
},
|
||||
openGraph: {
|
||||
title: "ElektroHub - Kelajakni Quvvatlang",
|
||||
description: "ElektroHub - O'zbekistonda elektromobil quvvatlashning eng tezkor va qulay yechimi.",
|
||||
url: "https://elektrohub.uz",
|
||||
siteName: "ElektroHub",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/modern-electric-vehicle-charging-station-1773552217624-e1386cb6.png",
|
||||
alt: "ElektroHub EV charging network",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ElektroHub - Tezkor EV Quvvatlash",
|
||||
description: "O'zbekistonda elektromobil quvvatlashning yangi davrini boshlang.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/modern-electric-vehicle-charging-station-1773552217624-e1386cb6.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +66,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +80,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -137,7 +137,7 @@ export default function HomePage() {
|
||||
content: "Aqlli qiymatga esa to'g'ri-to'g'ri pul to'lashingiz mumkin. Raqamli dastlabki xarajat yo'q, oson ro'yxatdan o'tish.",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/close-up-of-a-high-speed-ev-charging-con-1773552218465-35737f7f.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/close-up-of-a-high-speed-ev-charging-con-1773552218465-35737f7f.jpg?_wi=1"
|
||||
imageAlt="Fast charging connector with energy visualization"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -94,7 +94,7 @@ export default function PricingPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/close-up-of-a-high-speed-ev-charging-con-1773552218465-35737f7f.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/close-up-of-a-high-speed-ev-charging-con-1773552218465-35737f7f.jpg?_wi=2"
|
||||
imageAlt="Pricing and charging infrastructure"
|
||||
showDimOverlay={false}
|
||||
showBlur={true}
|
||||
|
||||
Reference in New Issue
Block a user