diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1ee811f..0fd824b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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,