fix: fix mobile-nav section clients
This commit is contained in:
parent
01110cb4ec
commit
dd07b4c099
@ -61,13 +61,13 @@ export const ServicesOverviewSection = () => {
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
data-aos='flip-up'
|
||||
data-aos-duration='600'
|
||||
className='grid gap-3 md:grid-cols-2 md:gap-6 lg:grid-cols-3'
|
||||
>
|
||||
{servicesOverview.map(({ description, Icon, contentText, title }) => {
|
||||
return (
|
||||
<Card
|
||||
data-aos='flip-left'
|
||||
data-aos-duration='600'
|
||||
key={title}
|
||||
className='overflow-hidden transition-all hover:shadow-lg'
|
||||
>
|
||||
|
||||
@ -46,7 +46,7 @@ export function MobileNav() {
|
||||
|
||||
<Collapsible open={clientsOpen} onOpenChange={setClientsOpen}>
|
||||
<CollapsibleTrigger className='data-[state=open]:animate-collapsible-down data-[state=closed]:animate-collapsible-up flex w-full items-center justify-between text-lg font-medium transition-all hover:text-red-600'>
|
||||
<span>{t('common.navigation.clients')}</span>
|
||||
<Link href='/clients' onClick={() => setOpen(false)}><span>{t('common.navigation.clients')}</span></Link>
|
||||
{clientsOpen ? (
|
||||
<ChevronDown className='h-5 w-5' />
|
||||
) : (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user