Update src/app/layout.tsx

This commit is contained in:
2026-03-05 08:44:29 +00:00
parent 97454c9690
commit 38e3dfe56b

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "אתר פלוס - בניית אתרים לעסקים", description: "בניית אתרים מקצועיים לעסקים קטנים וגדולים בישראל"};
title: "אתר פלוס - בניית אתרים לעסקים", description: "בניית אתרים מקצועיים לעסקים קטנים וגדולים בישראל"
};
export default function RootLayout({
children,