Switch to version 2: modified src/app/layout.tsx
This commit is contained in:
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${halant.variable} antialiased`}>
|
||||
<body className={`${figtree.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user