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}