From e150b1803364d17da1e874a9475a1afbf71d8fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 23:14:27 +0000 Subject: [PATCH] Switch to version 2: modified src/app/layout.tsx --- src/app/layout.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba2d789..a9bd174 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,18 +11,17 @@ import { Figtree } from "next/font/google"; export const metadata: Metadata = { - title: 'Webild', - description: 'Webild landing page', + title: 'معرض الفنانة الفني | أرسم المشاعر قبل الملامح', + description: 'معرض فني يضم رسومات بورتريه ورسم رقمي بأسلوب فني رومانسي ناعم. اطلبي رسمك الخاص الآن.', openGraph: { "siteName": "Artist Portfolio", "type": "website" }, }; - -const halant = Halant({ - variable: "--font-halant", subsets: ["arabic"], - weight: ["300", "400", "500", "600", "700"], +const figtree = Figtree({ + variable: "--font-figtree", + subsets: ["latin"], }); export default function RootLayout({ @@ -33,7 +32,7 @@ export default function RootLayout({ return ( - + {children}