Update src/app/layout.tsx

This commit is contained in:
2026-03-05 08:36:27 +00:00
parent ff4ff60186
commit eaac95fdb3

View File

@@ -1,8 +1,12 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "אתר פלוס - בנייה מודרנית של אתרים לעסקים", description: "אנחנו בונים אתרים מודרניים לעסקים שרוצים להיראות מקצועיים באינטרנט ולהביא יותר לקוחות."
title: "אתר פלוס - בניית אתרים לעסקים", description: "אנחנו בונים אתרים מודרניים לעסקים שרוצים להיראות מקצועיים באינטרנט ולהביא יותר לקוחות"
};
export default function RootLayout({
@@ -12,9 +16,7 @@ export default function RootLayout({
}) {
return (
<html lang="he" dir="rtl">
<body>
{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `