Skip to content

Commit 48cfe74

Browse files
committed
merge fix
1 parent e5707a9 commit 48cfe74

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

pages/index.page.tsx

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ const Home = (props: any) => {
681681
<>
682682
<Image
683683
src={logos.asyncapi}
684-
className=' w-44'
684+
className='w-44 transition-transform duration-300 hover:scale-105'
685685
width={176}
686686
height={100}
687687
alt='asyncapi'
@@ -698,7 +698,7 @@ const Home = (props: any) => {
698698
<>
699699
<Image
700700
src={logos.airbnb}
701-
className=' w-44'
701+
className='w-44 transition-transform duration-300 hover:scale-105'
702702
width={176}
703703
height={100}
704704
alt='airbnb'
@@ -715,7 +715,7 @@ const Home = (props: any) => {
715715
<>
716716
<Image
717717
src={logos.postman}
718-
className=' w-44'
718+
className='w-44 transition-transform duration-300 hover:scale-105'
719719
width={176}
720720
height={100}
721721
alt='postman'
@@ -728,7 +728,7 @@ const Home = (props: any) => {
728728
<>
729729
<Image
730730
src={logos.endjin}
731-
className=' w-44'
731+
className='w-44 transition-transform duration-300 hover:scale-105'
732732
width={176}
733733
height={100}
734734
alt='endjin'
@@ -741,7 +741,7 @@ const Home = (props: any) => {
741741
<>
742742
<Image
743743
src={logos.llc}
744-
className=' w-44'
744+
className='w-44 transition-transform duration-300 hover:scale-105'
745745
width={176}
746746
height={100}
747747
alt='llc'
@@ -758,7 +758,7 @@ const Home = (props: any) => {
758758
<>
759759
<Image
760760
src={logos.vpsserver}
761-
className=' w-44'
761+
className='w-44 transition-transform duration-300 hover:scale-105'
762762
width={176}
763763
height={100}
764764
alt='vpsserver'
@@ -775,7 +775,7 @@ const Home = (props: any) => {
775775
<>
776776
<Image
777777
src={logos.itflashcards}
778-
className=' w-44'
778+
className='w-44 transition-transform duration-300 hover:scale-105'
779779
width={176}
780780
height={100}
781781
alt='itflashcards'
@@ -792,7 +792,7 @@ const Home = (props: any) => {
792792
<>
793793
<Image
794794
src={logos.route4me}
795-
className=' w-44'
795+
className='w-44 transition-transform duration-300 hover:scale-105'
796796
width={176}
797797
height={100}
798798
alt='route4me'
@@ -805,7 +805,7 @@ const Home = (props: any) => {
805805
<>
806806
<Image
807807
src={logos.n8n}
808-
className=' w-44'
808+
className='w-44 transition-transform duration-300 hover:scale-105'
809809
width={176}
810810
height={100}
811811
alt='n8n'
@@ -818,7 +818,7 @@ const Home = (props: any) => {
818818
<>
819819
<Image
820820
src={logos.ccopter}
821-
className=' w-44'
821+
className='w-44 transition-transform duration-300 hover:scale-105'
822822
width={176}
823823
height={100}
824824
alt='ccopter'
@@ -827,7 +827,10 @@ const Home = (props: any) => {
827827
)}
828828
</a>
829829
<a href='https://www.octue.com/' target='_blank' rel='noreferrer'>
830-
<img src={logos.octue} className=' w-44' />
830+
<img
831+
src={logos.octue}
832+
className='w-44 transition-transform duration-300 hover:scale-105'
833+
/>
831834
</a>
832835
<a
833836
href='https://www.apideck.com/'
@@ -836,7 +839,7 @@ const Home = (props: any) => {
836839
>
837840
<img
838841
src={logos.apideck}
839-
className=' w-44'
842+
className='w-44 transition-transform duration-300 hover:scale-105'
840843
alt='The Realtime Unified API
841844
for Accounting integrations'
842845
/>
@@ -848,7 +851,7 @@ for Accounting integrations'
848851
>
849852
<img
850853
src={logos.rxdb}
851-
className=' w-44'
854+
className='w-44 transition-transform duration-300 hover:scale-105'
852855
alt='The local Database for JavaScript Applications'
853856
/>
854857
</a>
@@ -859,7 +862,7 @@ for Accounting integrations'
859862
>
860863
<img
861864
src={logos.wda}
862-
className=' w-44'
865+
className='w-44 transition-transform duration-300 hover:scale-105'
863866
alt='best website design agencies'
864867
/>
865868
</a>
@@ -870,19 +873,23 @@ for Accounting integrations'
870873
>
871874
<img
872875
src={logos.anon}
873-
className=' w-44'
876+
className='w-44 transition-transform duration-300 hover:scale-105'
874877
alt='Instagram Story Viewer'
875878
/>
876879
</a>
877880
<a href='https://supadata.ai/' target='_blank' rel='noreferrer'>
878881
<img
879882
src={logos.supadata}
880-
className=' w-44'
883+
className='w-44 transition-transform duration-300 hover:scale-105'
881884
alt='supadata logo'
882885
/>
883886
</a>
884887
<a href='https://dottxt.ai/' target='_blank' rel='noreferrer'>
885-
<img src={logos.dottxt} className=' w-44' alt='dottxt logo' />
888+
<img
889+
src={logos.dottxt}
890+
className='w-44 transition-transform duration-300 hover:scale-105'
891+
alt='dottxt logo'
892+
/>
886893
</a>
887894
<a
888895
href='https://www.sourcemeta.com/'
@@ -891,7 +898,7 @@ for Accounting integrations'
891898
>
892899
<img
893900
src={logos.sourcemeta}
894-
className=' w-44'
901+
className='w-44 transition-transform duration-300 hover:scale-105'
895902
alt='dottxt logo'
896903
/>
897904
</a>
@@ -941,7 +948,7 @@ for Accounting integrations'
941948
<>
942949
<Image
943950
src={logos.devevents}
944-
className='w-48 md:w-56'
951+
className='w-48 md:w-56 transition-transform duration-300 hover:scale-105'
945952
width={192}
946953
height={224}
947954
alt='dev events'

0 commit comments

Comments
 (0)