Merge version_1 into main #1
@@ -70,7 +70,7 @@ export default function GalleryPage() {
|
||||
"Kaasaegne valgustus ja mugav keskkond",
|
||||
"Ideaalne kompaniidega või võistlustel",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-tennis-balls-court_23-2149434231.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-tennis-balls-court_23-2149434231.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "gallery-gym",
|
||||
@@ -80,7 +80,7 @@ export default function GalleryPage() {
|
||||
"Cardio ja tugitreeningud",
|
||||
"Professionaalne ja motiveeriv keskkond",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-simulator-swings-her-legs-sport-healthy-lifestyle-concept_169016-63337.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-simulator-swings-her-legs-sport-healthy-lifestyle-concept_169016-63337.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "gallery-wellness",
|
||||
@@ -90,7 +90,7 @@ export default function GalleryPage() {
|
||||
"Heaolu ja taastumise teenused",
|
||||
"Ideaalne puhkamiseks pärast treeningut",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-wellbeing-sport-concept-woman-sitting-gym-flo_197531-30752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-wellbeing-sport-concept-woman-sitting-gym-flo_197531-30752.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
@@ -1,27 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_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 { DM_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 dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "HU:B Spordi- ja vabaajakeskus – Padel, treening, jõusaal Kose-Uuemõisas",
|
||||
description: "Kaasaegne spordi- ja vabaajakeskus HU:B Kose-Uuemõisas. Padel, jõusaal, treining, ruumide rent ja heaolustustegevused. Avatud igapäev, sulgu 23:00. +372 5814 4677",
|
||||
keywords: "spordikeskus, padel, jõusaal, treining, fitness Kose, spordirajatis Harjumaa, vabaajakeskus, heaolu",
|
||||
metadataBase: new URL("https://huubkeskus.ee"),
|
||||
alternates: {
|
||||
canonical: "https://huubkeskus.ee",
|
||||
},
|
||||
openGraph: {
|
||||
title: "HU:B Spordi- ja vabaajakeskus – Aktiivne eluviis algab siit",
|
||||
description: "Kaasaegne spordi- ja vabaajakeskus liikumisrõõmu, heaolu ja koosolemine. Padel, treening, jõusaal Kose-Uuemõisas.",
|
||||
url: "https://huubkeskus.ee",
|
||||
siteName: "HU:B Keskus",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/girls-playing-rooftop-with-blue-tennis-field_23-2147814318.jpg",
|
||||
alt: "HU:B Spordi- ja vabaajakeskus",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "HU:B Spordi- ja vabaajakeskus",
|
||||
description: "Padel, jõusaal, treining, ruumide rent – kõik ühel kohal",
|
||||
images: ["http://img.b2bpic.net/free-photo/man-training-with-weight-lifting_23-2149307979.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -121,7 +121,7 @@ export default function AboutPage() {
|
||||
icon: Building2,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-doing-tree-pose-outside_23-2148717288.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-doing-tree-pose-outside_23-2148717288.jpg?_wi=2"
|
||||
imageAlt="HU:B Keskuse sise- ja välisvaated"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -153,7 +153,7 @@ export default function AboutPage() {
|
||||
"Sobiv nii algajatele kui ka professionaalidele",
|
||||
"Lihtne online broneerimissüsteem ja kohapealne registreerimine",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-tennis-balls-court_23-2149434231.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-tennis-balls-court_23-2149434231.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "gym",
|
||||
@@ -163,7 +163,7 @@ export default function AboutPage() {
|
||||
"Personaalsed treeningprogrammid ja professionaalne nõu",
|
||||
"Grupi klassid erinevate tegevuste jaoks – joga, pilates, aeroonika",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-simulator-swings-her-legs-sport-healthy-lifestyle-concept_169016-63337.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-simulator-swings-her-legs-sport-healthy-lifestyle-concept_169016-63337.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "wellness",
|
||||
@@ -173,7 +173,7 @@ export default function AboutPage() {
|
||||
"Tervislik toitumine ja dieetilised juhised",
|
||||
"Meditatsiooni ja stressi vähendamise klassid",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-wellbeing-sport-concept-woman-sitting-gym-flo_197531-30752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-wellbeing-sport-concept-woman-sitting-gym-flo_197531-30752.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
@@ -190,7 +190,7 @@ export default function HomePage() {
|
||||
icon: Heart,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-doing-tree-pose-outside_23-2148717288.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-doing-tree-pose-outside_23-2148717288.jpg?_wi=1"
|
||||
imageAlt="HU:B Keskuse sise- ja välisvaated"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
"Kaasaegne valgustus ja kliimakontroll",
|
||||
"Broneerimine online ja lihtne kassa kasutamine",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-tennis-balls-court_23-2149434231.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-tennis-balls-court_23-2149434231.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "gym",
|
||||
@@ -232,7 +232,7 @@ export default function HomePage() {
|
||||
"Ekspertteaduslike treenersiteserveed",
|
||||
"Personaalsed treeningprogrammid ja grupi klassid",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-simulator-swings-her-legs-sport-healthy-lifestyle-concept_169016-63337.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-simulator-swings-her-legs-sport-healthy-lifestyle-concept_169016-63337.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "wellness",
|
||||
@@ -242,7 +242,7 @@ export default function HomePage() {
|
||||
"Laste kasutamiseks otsesed ruumid tegevustega",
|
||||
"Koosolemine ja puhkumise võimalused",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-wellbeing-sport-concept-woman-sitting-gym-flo_197531-30752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-wellbeing-sport-concept-woman-sitting-gym-flo_197531-30752.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "rentals",
|
||||
@@ -252,7 +252,7 @@ export default function HomePage() {
|
||||
"Koolituste ja koosolekute ruumid",
|
||||
"Paindlik ajakaava ja professionaalne teenindus",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-team-meeting-modern-office-interior_1163-4771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-team-meeting-modern-office-interior_1163-4771.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "community",
|
||||
@@ -262,7 +262,7 @@ export default function HomePage() {
|
||||
"Mitme astmega treeningprogrammid kõigile taset",
|
||||
"Sotsiaalne keskkond sportlastele ja harrastajatele",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yoga-teacher-teaching-class_23-2148925753.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yoga-teacher-teaching-class_23-2148925753.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "support",
|
||||
@@ -272,7 +272,7 @@ export default function HomePage() {
|
||||
"Üksikasjalik juhend ja kasutusjuhised",
|
||||
"Avatud suhtluskeskkonnad ja klientide teenindus",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
|
||||
@@ -71,7 +71,7 @@ export default function ServicesPage() {
|
||||
"Kaasaegne valgustus ja kliimakontroll",
|
||||
"Broneerimine online ja lihtne kassa kasutamine",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-tennis-balls-court_23-2149434231.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-tennis-balls-court_23-2149434231.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "gym",
|
||||
@@ -81,7 +81,7 @@ export default function ServicesPage() {
|
||||
"Ekspertteaduslike treenersiteserveed",
|
||||
"Personaalsed treeningprogrammid ja grupi klassid",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-simulator-swings-her-legs-sport-healthy-lifestyle-concept_169016-63337.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-simulator-swings-her-legs-sport-healthy-lifestyle-concept_169016-63337.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "wellness",
|
||||
@@ -91,7 +91,7 @@ export default function ServicesPage() {
|
||||
"Laste kasutamiseks otsesed ruumid tegevustega",
|
||||
"Koosolemine ja puhkumise võimalused",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-wellbeing-sport-concept-woman-sitting-gym-flo_197531-30752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-wellbeing-sport-concept-woman-sitting-gym-flo_197531-30752.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "rentals",
|
||||
@@ -101,7 +101,7 @@ export default function ServicesPage() {
|
||||
"Koolituste ja koosolekute ruumid",
|
||||
"Paindlik ajakaava ja professionaalne teenindus",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-team-meeting-modern-office-interior_1163-4771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-team-meeting-modern-office-interior_1163-4771.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "community",
|
||||
@@ -111,7 +111,7 @@ export default function ServicesPage() {
|
||||
"Mitme astmega treeningprogrammid kõigile taset",
|
||||
"Sotsiaalne keskkond sportlastele ja harrastajatele",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yoga-teacher-teaching-class_23-2148925753.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yoga-teacher-teaching-class_23-2148925753.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "support",
|
||||
@@ -121,7 +121,7 @@ export default function ServicesPage() {
|
||||
"Üksikasjalik juhend ja kasutusjuhised",
|
||||
"Avatud suhtluskeskkonnad ja klientide teenindus",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
|
||||
Reference in New Issue
Block a user