Update src/app/layout.tsx

This commit is contained in:
2026-03-05 08:39:03 +00:00
parent ac3195fd92
commit 892a8278ab

View File

@@ -1,13 +1,11 @@
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({
children,