Update header and navbar components to consistently display the full name "Attune Heart Therapy" instead of the abbreviated form, enhancing clarity in the UI.
This commit is contained in:
parent
dccc1ad6c5
commit
d31f7045f5
@ -57,7 +57,7 @@ export function Header() {
|
||||
<div className={`flex items-center justify-center w-8 h-8 sm:w-10 sm:h-10 rounded-lg ${isDark ? "bg-gray-800" : "bg-linear-to-r from-rose-100 to-pink-100"}`}>
|
||||
<Heart className={`w-4 h-4 sm:w-6 sm:h-6 ${isDark ? "text-rose-400" : "text-rose-600"}`} fill="currentColor" />
|
||||
</div>
|
||||
<span className={`text-base sm:text-lg md:text-xl font-semibold hidden sm:inline ${isDark ? "text-white" : "text-gray-900"}`}>Attune Heart</span>
|
||||
<span className={`text-base sm:text-lg md:text-xl font-semibold hidden sm:inline ${isDark ? "text-white" : "text-gray-900"}`}>Attune Heart Therapy</span>
|
||||
</Link>
|
||||
|
||||
{/* Navigation Links */}
|
||||
|
||||
@ -65,9 +65,7 @@ export function Navbar() {
|
||||
<Heart className="h-4 w-4 sm:h-5 sm:w-5 text-white fill-white" />
|
||||
</div>
|
||||
<span className="font-bold text-sm sm:text-base md:text-lg bg-gradient-to-r from-rose-600 via-pink-600 to-orange-600 bg-clip-text text-transparent">
|
||||
<span className="hidden xs:inline sm:hidden">Attune Heart</span>
|
||||
<span className="hidden sm:inline">Attune Heart Therapy</span>
|
||||
<span className="xs:hidden">AHT</span>
|
||||
Attune Heart Therapy
|
||||
</span>
|
||||
</Link>
|
||||
</motion.div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user