Edit name

This commit is contained in:
Rahaf
2026-01-29 20:01:20 +03:00
parent 1b39752c90
commit 61c16f6cec

View File

@ -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' : ''}`}>