Edit name
This commit is contained in:
@ -73,7 +73,7 @@ export default function RootLayout({ children }) {
|
|||||||
return (
|
return (
|
||||||
<html lang={currentLanguage}>
|
<html lang={currentLanguage}>
|
||||||
<head>
|
<head>
|
||||||
<title>{currentLanguage === 'ar' ? 'سويت هوم - أثاث فاخر' : 'SweetHome - Premium Furniture'}</title>
|
<title>SweetHome</title>
|
||||||
<meta name="description" content={currentLanguage === 'ar' ? 'اكتشف أثاث وديكور منزلي فاخر' : 'Discover premium furniture and home decor'} />
|
<meta name="description" content={currentLanguage === 'ar' ? 'اكتشف أثاث وديكور منزلي فاخر' : 'Discover premium furniture and home decor'} />
|
||||||
</head>
|
</head>
|
||||||
<body className={`${geistSans.variable} ${geistMono.variable} antialiased ${currentLanguage === 'ar' ? 'font-arabic' : ''}`}>
|
<body className={`${geistSans.variable} ${geistMono.variable} antialiased ${currentLanguage === 'ar' ? 'font-arabic' : ''}`}>
|
||||||
|
|||||||
Reference in New Issue
Block a user