mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
Only tech word changes on hero
This commit is contained in:
parent
e550a30ce6
commit
a6a1e7a2ea
@ -83,8 +83,12 @@ const HeroBanner = () => {
|
||||
<div className={`absolute inset-0 flex flex-col justify-center ${isTabView ? 'items-center text-center' : 'items-start pl-8'}`}>
|
||||
<h1 className={`text-4xl sm:text-4xl lg:text-6xl font-bold leading-tight mb-6 ${isTabView ? 'px-4' : 'max-w-[50%]'}`}>
|
||||
<span className="block">Learn to code</span>
|
||||
<span className={`block ${getColorClass(currentTech)} transition-opacity duration-500 ${isAnimating ? 'opacity-0' : 'opacity-100'}`}>
|
||||
Build {currentTech} apps
|
||||
<span className="block">
|
||||
Build{' '}
|
||||
<span className={`${getColorClass(currentTech)} transition-opacity duration-500 ${isAnimating ? 'opacity-0' : 'opacity-100'}`}>
|
||||
{currentTech}
|
||||
</span>
|
||||
{' '}apps
|
||||
</span>
|
||||
<span className="block">Become a dev</span>
|
||||
</h1>
|
||||
|
@ -54,7 +54,7 @@ const Feed = () => {
|
||||
<div className="bg-gray-900 h-[100vh] w-[100vw] min-bottom-bar:w-[86vw]">
|
||||
<div className="w-[100vw] min-bottom-bar:w-[86vw] px-4 pt-4 flex flex-col items-start">
|
||||
<div className='mb-4 flex flex-row items-end'>
|
||||
<h1 className="font-bold mb-0">Community</h1>
|
||||
<h1 className="font-bold mb-0">Feeds</h1>
|
||||
<GenericButton
|
||||
icon={getTagIcon(title)}
|
||||
className='ml-2 text-sm p-2 py-1 flex items-center cursor-default hover:bg-transparent'
|
||||
|
Loading…
x
Reference in New Issue
Block a user