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