Merge version_2 into main #4
@@ -1,49 +1,16 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "מועדון אומנויות לחימה - קרית אתא | הדרכה מקצועית", description: "מועדון הדרכה מקצועי בקרית אתא עם מאמן בעל ניסיון. קראטה, קיקבוקסינג, הגנה עצמית. ביקורות 5 כוכבים מ-27 מתאמנים שמעודכנים.", keywords: "מועדון קראטה קרית אתא, קיקבוקסינג, הגנה עצמית, אומנויות לחימה, אימון קרבי", openGraph: {
|
||||
title: "מועדון אומנויות לחימה - קרית אתא", description: "הצטרף לקהילתנו וגלה הדרכה מקצועית בקראטה וקיקבוקסינג עם מאמן ברמה גבוהה.", siteName: "מועדון אומנויות לחימה", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "מועדון אומנויות לחימה - קרית אתא", description: "הדרכה מקצועית בקראטה וקיקבוקסינג בקרית אתא"},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "מועדון אומנויות לחימה", description: "מרכז אימונים מקצועי בקרית אתא"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="he" dir="rtl">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1411,7 +1378,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
id: "1", title: "קיקבוקסינג", description: "אימון קיקבוקסינג מאומן המשלב טכניקות מתקדמות להתנגדות ותאי משפחה", imageSrc: "http://img.b2bpic.net/free-photo/young-boxer-trainer-is-training-new-girl-boxer-special-competitions_613910-13066.jpg", imageAlt: "Kickboxing Training"
|
||||
},
|
||||
{
|
||||
id: "2", title: "קראטה", description: "אימוני קראטה מסורתיים לפיתוח כושר גופני ודיסציפלינה עצמית", imageSrc: "http://img.b2bpic.net/free-photo/two-judo-wrestlers-showing-their-technical-skills-fight-club_613910-13310.jpg", imageAlt: "Karate Classes"
|
||||
id: "2", title: "איגרוף תאילנד", description: "אימוני איגרוף תאילנדי עתיר אנרגיה עם טכניקות מתקדמות וגמישות גופנית", imageSrc: "http://img.b2bpic.net/free-photo/two-judo-wrestlers-showing-their-technical-skills-fight-club_613910-13310.jpg", imageAlt: "Thai Boxing Classes"
|
||||
},
|
||||
{
|
||||
id: "3", title: "הגנה עצמית", description: "קורסי הגנה עצמית מעשיים וזמינים לכל הגילאים", imageSrc: "http://img.b2bpic.net/free-photo/young-boxer-trainer-is-training-new-little-boy-boxer-special-competitions_613910-17244.jpg", imageAlt: "Self Defense Training"
|
||||
|
||||
Reference in New Issue
Block a user