Update src/app/page.tsx

This commit is contained in:
2026-03-04 12:07:37 +00:00
parent 8ed482c9fa
commit 5f878fb098

View File

@@ -42,19 +42,6 @@ export default function LandingPage() {
]}
button={{ text: "احجز الآن", href: "contact" }}
brandName="صالون لي جراند"
rightElement={
<button
onClick={toggleTheme}
className="p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700 transition-colors"
aria-label="Toggle theme"
>
{isDarkMode ? (
<Sun size={20} className="text-yellow-500" />
) : (
<Moon size={20} className="text-gray-700" />
)}
</button>
}
/>
</div>